My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
Featured
Downloads
Links

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. APSW supports CPython 2.3 onwards and CPython 3.1 onwards.

News

  • 2012-05-15 - Version 3.7.12-r1 is released. Added Cursor.description and re-enabled the asyncvfs Full list of changes
  • 2012-03-26 - Version 3.7.11-r1 is released. Minor updates exposing db filenames and readonly
  • 2012-01-29 - Version 3.7.10-r1 is released. AsyncVFS disabled, constants, sector sizes, dump tweak, URI filenames and VFS
  • 2011-11-05 - Version 3.7.9-r1 is released. Added some constants
  • 2011-09-23 - Version 3.7.8-r1 is released. sqlite3_sourceid and some constants
  • 2011-07-06 - Version 3.7.7.1-r1 is released. URI support
  • 2011-05-20 - Version 3.7.6.3-r1 is released. Shell find and autoimport commands

Help/Documentation

The latest documentation is at http://apidoc.apsw.googlecode.com/hg/index.html

Mailing lists/contacts

Bugs

You can find existing and fixed bugs by clicking on Issues and using "New Ticket" to report previously unknown issues.

Downloads

Click on the Downloads tab above to download source distribution, binary installers for Windows and copies of the help for offline use.

The download documentation contains further details including how to verify the downloads, packages available for other operating systems, an Ubuntu PPA

License

See LICENSE - in essence any OSI approved open source license.

Powered by Google Project Hosting