On Feb 17, 2005, at 9:53 AM, H. Wade Minter wrote:
I'm playing around with some Python stuff, and was wondering if there were any reasonably stable bindings for SQLite 3? I've got an existing SQLite 3 database that I want to work against, so I'd rather not drop back to SQLite 2?

I have been using Roger Binn's Another Python SQLite Wrapper. It is a direct wrapper of the SQLite APIs while still "bringing up" the API to Python's level of abstraction.


It has worked flawlessly for me.

http://www.rogerbinns.com/apsw.html





Reply via email to