node-sqlcipher icon indicating copy to clipboard operation
node-sqlcipher copied to clipboard

SQLCipher bindings for Node

Results 22 node-sqlcipher issues
Sort by recently updated
recently updated
newest added

My electron app is running fine till iOS 12. After updating my iOS version to iOS 13 beta, the app is crashing. There are mainly three kinds of errors: one...

My project wants to use full-text indexing,So I added the configuration SQLITE_ENABLE_ICU when compiling,But it failed fatal error C1083: Unable to open include file: “unicode/utypes.h”: No such file or directory...

5.3.0 version change:Don't fallback to building from source。 On macos M1 i want to webpack package for arm64 or darwin or linux or window,But when I use 5.3.1, webpack electron,it...

- Electron-Builder Version: 21.2.0 - Node Version: 10.15.3 - Electron Version: 4.1.5 log: > [email protected] postinstall /Users/uu/Documents/uu_repo/rocket_pc > electron-builder install-app-deps • electron-builder version=21.2.0 • rebuilding native dependencies dependencies=@byted/[email protected], @byted/[email protected], @byted/[email protected],...

_Previously reported in #53 #54 #55 #56 #57 #58 #61 #63. Creating one issue to keep track of this._ There are now workaround instructions here: https://github.com/journeyapps/node-sqlcipher#usage-with-electron-forge--electron-rebuild It would still be...

I have a weird issue that I think is to do with a change that must have been made in electron 14+, but unsure. When accessing tables with a blob...

hello, I tried to cross compile code on centos 7 : ` npm install --target_platform=darwin --target_arch=arm64 ` but this node_sqlite3.node can't load in MacOS M1, then I checked hash: `...

I am experiencing some errors of type `SQLITE_BUSY: database is locked` and I want to test if configuring the`PRAGMA busy_timeout` solves this problem. I can't configure it, any idea? ```js...

Hello, First of all, I'm aware this has previously been mentioned in #40. But I'm still getting the same issue and my setup is partially different. This is the environment...

hey! I forgot to file a bug here too, we've been investigating a problem with signal-desktop, node-sqlcipher and gtk3 recently. The relevant bug reports are: - https://github.com/signalapp/Signal-Desktop/issues/4513 - https://github.com/sqlcipher/sqlcipher/issues/385 -...