This library is a fork of pysqlite3 that links to libSQL. It
provides the same interface as the sqlite3
package in the Python standard
library.
This package depends on libSQL being installed on your system. You can build and install libSQL from source as follows:
$ git clone https://github.com/libsql/libsql
$ cd libsql
$ make liblibsql.la
$ sudo make liblibsql_install