This example demonstrates how to use libsql with an in-memory SQLite database.
make
./example
This example will:
- Create an in-memory SQLite database.
- Create a table called
users
. - Insert some sample data into the
users
table. - Query and display all users in the table.