Open
Description
Can't find a good way to do custom build since you can't pass custom flags when using tools like electron-builder, so I forked this repo and made a sqlcipher build.
In case anyone need this, just npm install better-sqlite3-sqlcipher
(also requires rebuild for electron), use db.pragma('key = "password"')
to pass password after initialze(first time to set password), there is an example
it goes with win_ia32/win_x64/linux_ia32/linux_x64/mac_x64 pre-compiled binaries for openssl, so other platforms or archs aren't supported for now.