{"library":"sqlite-cipher-updated","install":[{"cmd":"npm install sqlite-cipher-updated","imports":["const sqlite = require('sqlite-cipher-updated');","sqlite.connect('file.db', 'password', 'aes-256-ctr');","sqlite.run('CREATE TABLE test (id INT)');","sqlite.encrypt('from.db', 'to.enc', 'password', 'aes-256-ctr');","sqlite.decrypt('from.enc', 'to.db', 'password', 'aes-256-ctr');"]},{"cmd":"yarn add sqlite-cipher-updated","imports":[]},{"cmd":"pnpm add sqlite-cipher-updated","imports":[]}]}