You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
APSW stands for Another Python SQLite Wrapper. APSW supports CPython 3.9 onwards.
About
APSW lets you get the most out of the SQLite embedded relational database engine from Python, and the most out of Python from SQLite. APSW glues together the complete SQLite C API and Python’s C API, staying up to date with both SQLite and Python. This includes full text search.
It is recommended to use the builtin sqlite3 module if you want SQLite to appear interchangeable with the other database drivers.
Use APSW when you want to use SQLite fully, and have an improved developer experience. The documentation has a section on the differences between APSW and sqlite3.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
PyPI link
APSW stands for Another Python SQLite Wrapper. APSW supports CPython 3.9 onwards.
About
APSW lets you get the most out of the SQLite embedded relational database engine from Python, and the most out of Python from SQLite. APSW glues together the complete SQLite C API and Python’s C API, staying up to date with both SQLite and Python. This includes full text search.
It is recommended to use the builtin sqlite3 module if you want SQLite to appear interchangeable with the other database drivers.
Use APSW when you want to use SQLite fully, and have an improved developer experience. The documentation has a section on the differences between APSW and sqlite3.
Beta Was this translation helpful? Give feedback.
All reactions