This example demonstrates how to use libSQL with a synced database (local file synced with a remote database).
pip install libsqlExecute the example:
TURSO_DATABASE_URL="..." TURSO_AUTH_TOKEN="..." python3 main.pyThis will create a local database file that syncs with a remote database, insert some data, and query it.