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