{"library":"apsw","type":"library","category":null,"description":"APSW (Another Python SQLite Wrapper) is a comprehensive Python wrapper for the SQLite embedded relational database engine. It provides a thin, complete layer over the SQLite C API, staying up-to-date with both SQLite and Python. APSW offers extended functionality beyond the standard `sqlite3` module, including full text search, session, virtual tables, VFS, and advanced JSON support. It supports CPython 3.10 onwards and releases are approximately quarterly, mirroring SQLite's release cycle.","language":"python","status":"active","version":"3.53.0.0","tags":["database","sqlite","wrapper","async","orm"],"last_verified":"Wed May 20","install":[{"cmd":"pip install apsw","imports":["import apsw\nconnection = apsw.Connection('database.db')","import apsw\ncursor = connection.cursor()"]}],"homepage":"https://rogerbinns.github.io/apsw/","github":"https://github.com/rogerbinns/apsw","docs":"https://rogerbinns.github.io/apsw/","changelog":"https://rogerbinns.github.io/apsw/changes.html","pypi":"https://pypi.org/project/apsw/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"3.10–3.9","success_rate":100,"avg_install_s":2,"avg_import_s":0,"wheel_type":"wheel"},"url":"https://checklist.day/v1/registry/apsw/compatibility"}}