Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 557 Bytes

File metadata and controls

22 lines (17 loc) · 557 Bytes

pylibsql

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.

Build and install libSQL

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