Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 269 Bytes

File metadata and controls

19 lines (12 loc) · 269 Bytes

Local

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

Install Dependencies

pip install libsql

Running

Execute the example:

python3 main.py

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