Torxed / 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. It focuses on being a minimal layer over SQLite attempting to translate the complete SQLite C API into Python. It is recommended to use the builtin sqlite3 module, unless you want SQLite specific functionality. The documentation has a section on the differences between APSW and sqlite3. APSW supports CPython 3.7 onwards:

A release from January 2022 supports all CPython versions back to 2.3. The tips include more information about versions.

Changes

Full detailed list of changes

Releases since 3.8.2-r1 are in releases (downloads)

Help/Documentation

The latest documentation is at https://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 56.8%Language:C 41.9%Language:Makefile 1.0%Language:Shell 0.3%