What's new? | Help | Directory | Sign in
Google
apsw
Another Python SQLite Wrapper
  
  
  
  
    
License: MIT License
Labels: python, sqlite, wrapper
Join project
Project owners:
  rogerbinns

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

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.