Skip to content

Files

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Local

This example demonstrates how to use libSQL with a local SQLite file.

Install Dependencies

pip install libsql-experimental

Running

Execute the example:

python3 main.py

This will connect to a local SQLite, insert some data, and query it.