Skip to content

libsql/pylibsql

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

DB-API 2.0 interface for libSQL

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 58.7%
  • Python 41.3%