Skip to content

Latest commit

 

History

History
55 lines (44 loc) · 1.11 KB

index.rst

File metadata and controls

55 lines (44 loc) · 1.11 KB

APSW documentation

APSW released

Use with SQLite 3.8.2 or later, CPython 2.3 or later including CPython 3.

APSW provides an SQLite 3 wrapper that provides the thinnest layer over the SQLite database library possible. Everything you can do from the SQLite C API, you can do from Python. Although APSW looks vaguely similar to the 249 (DBAPI), it is not compliant <dbapinotes> with that API because instead it works the way SQLite 3 does. (pysqlite is DBAPI compliant - see the differences between apsw and pysqlite 2 <pysqlitediffs>).

APSW is hosted at https://github.com/rogerbinns/apsw

Contents:

tips example download build extensions

apsw connection cursor blob backup vtable vfs shell

exceptions types execution dbapi pysqlite benchmarking copyright changes

Indices and tables

  • genindex
  • modindex
  • search