Database Programming with Python

Finger.Octopus at gmail.com Finger.Octopus at gmail.com
Fri Feb 9 14:03:53 EST 2007


> You could use Dejavu 1.5, which has its own wrapper [1] for ADO (both
> MS Access and SQL Server/MSDE). No ODBC necessary or desired.
>
> If you want an ADO wrapper without the full Dejavu ORM, it's possible
> (but not heavily documented) to use dejavu's geniusql layer on its
> own. That would give you connection mgmt (and pooling), along with the
> ability to execute arbitrary SQL.
>
> Robert Brewer
> System Architect
> Amor Ministries
> fuman... at amor.org
>
> [1]http://projects.amor.org/dejavu/browser/trunk/storage/storeado.py


There are no examples of Dejavu that I found yet. I have installed it
but don't know how to use or call its functions.




More information about the Python-list mailing list