npm install better-sqlite3-sqlcipher usage constdb=newDatabase('./data.db'); db.pragma('key = "123"');//if it was first time, it will set password db.prepare('CREATE TABLE IF NOT EXISTS people (id INTEGER PRIMARY KEY, name TEXT)').run(); ...
better-sqlite3 built with SQLCipher. This is the better-sqlite3 library patched to use SQLCipher instead. Changes Use SQLCipher instead of SQLite Disable some SQLite features that we don't use to reduce the attack surface Remove prebuild dependency and always build locally Remove bindings dependency...
npm install better-sqlite3-sqlcipher usage constdb=newDatabase('./data.db');db.pragma('key = "123"');// if it was first time, it will set passworddb.prepare('CREATE TABLE IF NOT EXISTS people (id INTEGER PRIMARY KEY, name TEXT)').run();db.prepare('INSERT INTO people (name) VAL...
integer.md performance.md tips.md troubleshooting.md lib openssl sqlcipher src test .gitattributes .gitignore .npmrc .travis.yml LICENSE README.md appveyor.yml binding.gyp index.d.ts integer.d.ts package.json sqlcipher.test.jsBreadcrumbs better-sqlite3-sqlcipher /docs / performance.md Latest...
a sqlcipher build for better-sqlite3. Contribute to lyxgy841/better-sqlite3-sqlcipher development by creating an account on GitHub.
Breadcrumbs better-sqlite3-sqlcipher / integer.d.tsTop File metadata and controls Code Blame 110 lines (87 loc) · 3 KB Raw // Type definitions for integer 1.0 // Project: https://github.com/JoshuaWise/integer#readme // Definitions by: Ben Davies <https://github.com/Morfent> // Def...
a sqlcipher build for better-sqlite3. Contribute to lyxgy841/better-sqlite3-sqlcipher development by creating an account on GitHub.
@@ -26,6 +26,6 @@ If you have trouble installing `better-sqlite3`, follow this checklist: python=python2.7 ``` (where `%USERPROFILE%` is your home directory). 1. Run `yarn install` or `npm install` 1. Run `npm install` or `yarn install` If none of these solved your problem...
Users can now compile better-sqlite3 against their own customized version of SQLite3: Read the instructions here. This also enables support for sqleet, SQLCipher, and other drop-in replacements for SQLite3. how to build with SQLCipher ?? Member JoshuaWise commented Oct 18, 2018 git clone htt...
A fork of better-sqlite3 with support for sqlcipher - Update SQLite to version 3.45.3 (#1179) · threema-ch/better-sqlcipher@1b4cdd3