3.38.2 • Published 2 years ago

@antonz/sql.js v3.38.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

SQLite compiled to JavaScript

This is a fork of the sql.js package with customized compile options for the SQLime project.

Build instructions:

  1. Install Docker, VSCode, and the Remote Development extension pack for VSCode.
  2. Open the repository folder in VSCode. It will detect the presence of a .devcontainer and prompt you: "Folder contains a Dev Container configuration file. Reopen folder to develop in a container." Click "Reopen in container".
  3. Build artifacts into the dist folder:
$ npm install
$ make clean && make

Publish artifacts to npm:

$ npm publish