Python lib for creating Database tables
Nathan Rice
nathan.alexander.rice at gmail.com
Thu Jan 12 11:04:26 EST 2012
More information about the Python-list mailing list
Thu Jan 12 11:04:26 EST 2012
- Previous message (by thread): Python lib for creating Database tables
- Next message (by thread): Two questions about logging
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Wed, Jan 11, 2012 at 4:38 PM, Emeka <emekamicro at 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
- Previous message (by thread): Python lib for creating Database tables
- Next message (by thread): Two questions about logging
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list