This example demonstrates how to use libSQL to execute a batch of SQL statements.
pip install libsqlExecute the example:
python3 main.pyThis will create a local database, execute a batch of SQL statements (creating tables, inserting data, etc.), and then query the results.