APSW (Another Python SQLite Wrapper) 3.0.8-r2 is now available.  Download from
http://sourceforge.net/project/showfiles.php?group_id=75211&package_id=113804

Documentation is included in the download and is online at
http://www.rogerbinns.com/apsw.html

There is an example at the top of the documentation showing Python code using
every available feature.

APSW provides an SQLite 3 wrapper that provides the thinnest layer over SQLite 3
possible. Everything you can do from the C API to SQLite 3, you can do from 
Python.
Although APSW looks vaguely similar to the DBAPI, it is not compliant with that 
API
and instead works the way SQLite 3 does.

This release is a complete wrapper over SQLite 3.  In addition to executing
queries, you can define your own SQL level functions and collations in
Python, have tracers that can help in testing and debugging, use multi-threading
with both performance and safety, define busy handlers, show progress and
abort queries, and have a true mapping between SQLite's manifest typing and
Python types.

Roger 



Reply via email to