[BangPypers] Simple python database library

Anand Balachandran Pillai abpillai at gmail.com
Thu Mar 4 14:24:45 CET 2010


On Thu, Mar 4, 2010 at 3:51 PM, L.Guruprasad <lgp171188 at gmail.com> wrote:

> 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.
>

 Write your own :) Always my choice in these cases.


>
>
>

-- 
--Anand


More information about the BangPypers mailing list