JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 167
  • Score
    100M100P100Q76643F
  • License MIT

SQLite3 for offline

Package Exports

  • sqlite3-offline

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (sqlite3-offline) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

SQLite3 for offline

Bundled library for SQLite3 for offline deployments.

Zero dependencies, zero external HTTP downloads.

Install

$ npm install --save sqlite3-offline
const sqlite = require('sqlite3-offline')

Supported Platforms

  • Windows x64
  • MacOSX x64
  • Linux x64

Supported NodeJS Release

  • Node.js v7.x
  • Node.js v6.x
  • Node.js v5.x
  • Node.js v4.x