1.0.10 • Published 6 years ago

smart-model-for-sqlcipher v1.0.10

Weekly downloads
2
License
ISC
Repository
github
Last release
6 years ago

smart-model-for-sqlcipher

本库目前自动编译仅支持Linux

sudo apt install sqlite3
sudo apt install libsqlcipher-dev
export LDFLAGS="-L/usr/local/lib"
export CPPFLAGS="-I/usr/local/include -I/usr/local/include/sqlcipher"
export CXXFLAGS="$CPPFLAGS"
cd node_modules/sqlite3
npm i --build-from-source --sqlite_libname=sqlcipher --sqlite=/usr/local
1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago