Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 350 Bytes

File metadata and controls

19 lines (12 loc) · 350 Bytes

Local

This example demonstrates how to use libSQL to execute a batch of SQL statements.

Install Dependencies

pip install libsql

Running

Execute the example:

python3 main.py

This will create a local database, execute a batch of SQL statements (creating tables, inserting data, etc.), and then query the results.