On Thu, 17 Feb 2005 10:00:08 -0800, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > 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 >
I'd second this, and have found it more reliable than the other Python wrapper (PySQLite)... Chris -- | Christopher Petrilli | [EMAIL PROTECTED]