0.4.2 • Published 3 years ago

@softvisio/better-sqlite3 v0.4.2

Weekly downloads
-
License
ISC
Repository
bitbucket
Last release
3 years ago

INSTALL

NPM

npm i bitbucket:softvisio/softvisio-better-sqlite3#latest

BUILD

npm pack better-sqlite3
# tar xvf ...
cd package
npm i --ignore-scripts

# windows
npx prebuild --strip --include-regex "better_sqlite3.node$" -r node
npx prebuild --strip --include-regex "better_sqlite3.node$" -r node -t 15.0.0

# electron
npx prebuild --strip --include-regex "better_sqlite3.node$" -r electron -t 11.1.0

CeonOS 8

For linux you need to build it under centos 8.

docker run --rm -it -v$PWD:/var/local/dist softvisio/core

curl -fsSL https://bitbucket.org/softvisio/scripts/raw/master/env-build-node.sh | /bin/bash -s -- setup
curl -fsSL $(npm view better-sqlite3 dist.tarball) | tar -xz
cd package
npm i --ignore-scripts
npx prebuild --strip --include-regex "better_sqlite3.node$" -r node
npx prebuild --strip --include-regex "better_sqlite3.node$" -r node -t 15.0.0
cp prebuilds/*.tar.gz /var/local/dist
0.4.2

3 years ago

0.4.1

3 years ago

0.4.0

3 years ago

0.3.1

3 years ago

0.3.0

3 years ago

0.2.0

3 years ago