iamthad / apsw

Another Python SQLite wrapper

Home Page:https://rogerbinns.github.io/apsw/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

Changes

Full detailed list of changes

Releases since 3.8.2-r1 are in releases (downloads)

Older releases are at the previous Google Code hosting

Help/Documentation

The latest documentation is at http://rogerbinns.github.io/apsw/

Mailing lists/contacts

Bugs

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

Downloads

The download documentation contains a list of binaries, source and further details including how to verify the downloads, and packages available for other operating systems.

License

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

About

Another Python SQLite wrapper

https://rogerbinns.github.io/apsw/

License:Other


Languages

Language:Python 54.6%Language:C 43.4%Language:Makefile 1.2%Language:Shell 0.4%Language:Batchfile 0.4%