Skip to content

CameoTM/node-sqlite3

 
 

Repository files navigation

Fork of node-sqlite3

Mainly used for my another project - Tavern

  • SQLite update to 3.36.0
  • ARM pre-built
  • Fix npm security problem

PS: No electron supports

How to use

npm install @dnonis/sqlite3
npm remove sqlite3

Replace require("@dnonis/sqlite") in your source code

Prepare Prebuilt

glibc

  • armv7 - npm run build-linux-arm (Support glibc >=2.18 only)
  • amd64/arm64 - npm run build-linux

musl (alpine)

  • armv7/arm64/amd64 - npm run build-linux-alpine

Windows / MacOS

  • Get from Github Action

About

Asynchronous, non-blocking SQLite3 bindings

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Languages

  • PLpgSQL 66.3%
  • JavaScript 16.3%
  • C++ 16.2%
  • Dockerfile 0.5%
  • Python 0.3%
  • Makefile 0.2%
  • Other 0.2%