Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #18876

Re: Python lib for creating Database tables

References <CAOypoo57dbVZwRvot6jaCiV1ZHR9WYMcifWvoA92QLtjYeF4Ug@mail.gmail.com>
Date 2012-01-12 11:04 -0500
Subject Re: Python lib for creating Database tables
From Nathan Rice <nathan.alexander.rice@gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.4684.1326384271.27778.python-list@python.org> (permalink)

Show all headers | View raw


On Wed, Jan 11, 2012 at 4:38 PM, Emeka <emekamicro@gmail.com> wrote:
> Hello All,
>
> I just made something pretty simple that I intend to use while creating
> database tables. It is still in the basic form, and much needs to be added.
> However, I use introspection to make it a bit easier and less work on the
> user.
>
> I would want my code to be reviewed by this great group. I look forward to
> your feedback  and comments.
> https://github.com/janus/cheeta

Having done a LOT of work with SQL Alchemy, I would definitely
encourage you to just bite the bullet and get on board with it now.  I
routinely do very challenging things with it, and it has yet to be a
roadblock.  The learning curve can be somewhat steep but it is
absolutely worth it.

Nathan

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: Python lib for creating Database tables Nathan Rice <nathan.alexander.rice@gmail.com> - 2012-01-12 11:04 -0500

csiph-web