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
_______________________________________________
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers

Reply via email to