Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 329 Bytes

File metadata and controls

19 lines (12 loc) · 329 Bytes

Local

This example demonstrates how to create and use an encrypted SQLite database with libSQL.

Install Dependencies

pip install libsql

Running

Execute the example:

python3 main.py

This will setup an encrypted SQLite database, execute a batch of SQL statements, and then query the results.