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


Groups > comp.lang.python > #18876 > unrolled thread

Re: Python lib for creating Database tables

Started byNathan Rice <nathan.alexander.rice@gmail.com>
First post2012-01-12 11:04 -0500
Last post2012-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.


Contents

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

#18876 — Re: Python lib for creating Database tables

FromNathan Rice <nathan.alexander.rice@gmail.com>
Date2012-01-12 11:04 -0500
SubjectRe: 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

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web