Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #18876 > unrolled thread
| Started by | Nathan Rice <nathan.alexander.rice@gmail.com> |
|---|---|
| First post | 2012-01-12 11:04 -0500 |
| Last post | 2012-01-12 11:04 -0500 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: Python lib for creating Database tables Nathan Rice <nathan.alexander.rice@gmail.com> - 2012-01-12 11:04 -0500
| From | Nathan Rice <nathan.alexander.rice@gmail.com> |
|---|---|
| Date | 2012-01-12 11:04 -0500 |
| Subject | Re: Python lib for creating Database tables |
| Message-ID | <mailman.4684.1326384271.27778.python-list@python.org> |
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 top | Article view | comp.lang.python
csiph-web