Skip to content

Latest commit

 

History

History

encryption

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Encryption

This example demonstrates how to create and use an encrypted SQLite database with libSQL.

Install Dependencies

npm i

Running

Execute the example:

node index.mjs

This will setup an encrypted SQLite database, execute a batch of SQL statements, and then query the results.