[BangPypers] Simple python database library

L.Guruprasad lgp171188 at gmail.com
Thu Mar 4 11:21:47 CET 2010


Hi,

Dhananjay Nene wrote:
> I need to build some simple relational database access over 2-3 tables in a
> utility program. While it is quite solvable through ORM, the fairly limited
> scope and nature of database access does not require the capabilities of a
> full blown ORM. I use SQLAlchemy in my day job and I like it. Its just that
> I wouldn't want to introduce a dependency on a much bigger toolset
> especially when a smaller one could suffice.


One more lightweight database library - Storm (storm.canonical.net) but
it is ORM. It is lightweight when compared to SQLAlchemy.

Regards,
Guruprasad


More information about the BangPypers mailing list