Skip to content

bryanchance/sql.js

 
 

Repository files navigation

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

About

A javascript library to run SQLite on the web.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 85.2%
  • Makefile 7.4%
  • Dockerfile 5.5%
  • HTML 1.5%
  • Shell 0.4%