SQLite3 for offline
Bundled library for SQLite3 for offline deployments.
Zero dependencies, zero external HTTP downloads.
Install
$ npm install --save sqlite3-offline
Quickstart
const sqlite3 = var db = ':memory:' db db
Supported Platforms
- Windows x64 & ia32
- MacOSX x64
- Linux x64
- Electron
- v1.5
- v1.6
- v1.7
- v8.2
Supported NodeJS Release
- Node.js v13 (79)
- Node.js v12 (72)
- Node.js v11 (69)
- Node.js v10 (64)
- Node.js v9 (59)
- Node.js v8
- Node.js v7
- Node.js v6
- Node.js v5
- Node.js v4
Related
License
BSD © Mapbox