sqlite3-lite
this zero-dependency package will provide pre-built version of node-sqlite3 (v5.0.0)
live web demo
- none
git-branch : | master | beta | alpha |
---|---|---|---|
test-report : | |||
coverage : | |||
build-artifacts : | ![]() |
![]() |
![]() |
table of contents
- cdn download
- documentation
- quickstart example.js
- extra screenshots
- package.json
- changelog of last 50 commits
- internal build script
- misc
cdn download
- none
documentation
api doc
cli help
changelog 2020.8.19
- include trace
- update build
- none
todo
- none
quickstart example.js
to run this example, follow instruction in script below
/*example.js this script will run node-demo of sqlite3-lite instruction 1. save this script as example.js 2. run shell-command: $ npm install sqlite3-lite && \ PORT=8081 node example.js 3. edit this script to suit your needs*/ /* istanbul instrument in package sqlite3 *//* jslint utility2:true *//* istanbul ignore next */// run shared js-env code - init-local { "use strict"; let db; let sqlite3; sqlite3 = globalThisutility2_rollup || globalThisutility2_jslint || ; db = ":memory:"; db; db;};
output from shell
extra screenshots
-
https://kaizhu256.github.io/node-sqlite3-lite/build/screenshot.buildCi.browser.%252F.tmp%252Fbuild%252Fapidoc.html.png
-
https://kaizhu256.github.io/node-sqlite3-lite/build/screenshot.buildCi.browser.%252F.tmp%252Fbuild%252Fcoverage.lib.html.png
-
https://kaizhu256.github.io/node-sqlite3-lite/build/screenshot.buildCi.browser.%252F.tmp%252Fbuild%252Ftest-report.html.png
package.json
changelog of last 50 commits
internal build script
- build_ci.sh
# build_ci.sh # this shell script will run build-ci for this package # run shBuildCi eval "$(utility2 source)"shBuildCi
misc
- this package was created with utility2