This example demonstrates how to create and use an encrypted SQLite database with libSQL.
make
./example
This example will:
- Create an encrypted SQLite database file named
encrypted.db
. - Create a table called
secrets
. - Insert some sample data into the
secrets
table. - Query and display all secrets in the table.