On Wed, Mar 3, 2010 at 4:36 PM, Dhananjay Nene <dhananjay.n...@gmail.com> wrote:
> Looking for a simple opensource python database library
>
> Objectives :
> - Should work at a level of abstraction above DB-Api. I should not have to
> change code generally except for changing database configuration
> parameters.
> - Should be able to write code independent of the database (except where the
> SQL itself was to be different in which case thats beyond the library's
> control)
> - Should support most reasonably popular databases (I am looking primarily
> for MySQL but at least Postgres, SQL Server and Oracle support will be
> useful)
> - Abstractions should be at a relational level. Thus any ORMs are out of
> scope.
>
> I have found ADODb for Python so far. Looking for additional
> recommendations.

 Look at sqlalchemy. It will satisfy all your requirements.

regards
Vivek

-- 
The hidden harmony is better than the obvious!!
_______________________________________________
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers

Reply via email to