[BangPypers] Simple python database library

Vivek Khurana hiddenharmony at gmail.com
Fri Mar 5 09:55:39 CET 2010


On Fri, Mar 5, 2010 at 12:49 PM, Dhananjay Nene
<dhananjay.nene at gmail.com> wrote:
> I've decided to go ahead with SQLAlchemy even though that was not my
> favourite. FWIW I'm just documenting my thoughts :
>
> Cons : Why I would've not preferred SQL Alchemy
> a. Dependency into a large full function package like sqlalchemy which just
> does a ton of stuff. I didn't need a ton of features .. just needed
> something basic.

 SQLAlchemy allows you to use only specific components. You can use db
abstraction while not using ORM at all. So, you still have the freedom
to use the basics that you need, while never bothering to learn the
advance stuff :)

regards
Vivek

-- 
The hidden harmony is better than the obvious!!


More information about the BangPypers mailing list