Memory This example demonstrates how to use libsql with an in-memory SQLite database. Running Execute the example: swift run Memory This will create an in-memory SQLite database, insert some data, and then query the results.