[BangPypers] Simple python database library

Pradeep Gowda pradeep at btbytes.com
Thu Mar 4 14:21:59 CET 2010


On Wed, Mar 3, 2010 at 9:38 PM, Noufal Ibrahim <noufal at gmail.com> wrote:
> You could use the sql builder component of sql alchemy and skip the
> orm part. The web.db part of web.py might work as well.

+1 for web.py

Having used web.py for data munging tasks,
I think that web.db is a step up from writing raw sql without going
the whole hog towards ORMs.

+PG


More information about the BangPypers mailing list