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


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

Re: Python lib for creating Database tables

Started byJason Friedman <jason@powerpull.net>
First post2012-01-12 00:31 +0000
Last post2012-01-12 00:31 +0000
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 Jason Friedman <jason@powerpull.net> - 2012-01-12 00:31 +0000

#18854 — Re: Python lib for creating Database tables

FromJason Friedman <jason@powerpull.net>
Date2012-01-12 00:31 +0000
SubjectRe: Python lib for creating Database tables
Message-ID<mailman.4669.1326328313.27778.python-list@python.org>
> 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

Cheeta has similarities to http://www.sqlalchemy.org/.

[toc] | [standalone]


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


csiph-web