Local This example demonstrates how to use libSQL with an in-memory SQLite database. Install Dependencies pip install libsql Running Execute the example: python3 main.py This will create an in-memory SQLite database, insert some data, and then query the results.