Another Python SQLite Wrapper https://github.com/rogerbinns/apsw
Go to file
2024-01-06 10:44:52 +01:00
python-apsw.spec update to 3.13.0_r1 [release 3.13.0_r1-1mamba;Sun Jul 31 2016] 2024-01-06 10:44:52 +01:00
README.md automatic version update by autodist [release 3.8.1-1mamba;Sat Mar 01 2014] 2024-01-06 10:44:52 +01:00

python-apsw

Another Python SQLite 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.