|
|
APSW stands for Another Python SQLite Wrapper.
About
APSW is a Python wrapper for the SQLite embedded relational database engine. In contrast to other wrappers such as pysqlite it focuses on being a minimal layer over SQLite attempting just to translate the complete SQLite API into Python. The documentation has a section on the differences between APSW and pysqlite.
News
- 2008-06-01 - Version 3.5.9-r1 is released. See the documentation link above for list of changes
- 2008-03-10 - APSW is now hosted at Google code
- 2008-01-01 - Work is ongoing to provide access to the *many* new SQLite C API updates in SQLite 3.5.x. You can follow the action here
- 2007-02-18 - Version 3.3.13-r1 is released
Help/Documentation
The latest documentation is here.
Mailing lists/contacts
You can use the pysqlite mailing list (make sure to mention you are using apsw).
You can also email the author at mailto:rogerb@rogerbinns.com
Bugs
You can find existing and fixed bugs by clicking on "Issues" above and using "New Ticket" to report previously unknown issues.
Downloads
Some Linux/BSD distros include APSW as a standard package (eg Debian - python-apsw, Gentoo - dev-python/apsw ). Typically they lag several versions behind both with APSW and SQLite. The APSW build instructions show how to make a single file for the extension that includes the SQLite library statically.
Click on the Downloads tab above.
Development version
The development version can be checked out from the Subversion repository:
svn co http://apsw.googlecode.com/svn/apsw/trunk apsw
See also the Source tab above.
