https://github.com/kbumsik/sqlite-wasm
Run SQLite on the web, using WebAssembly
https://github.com/kbumsik/sqlite-wasm
Last synced: 7 months ago
JSON representation
Run SQLite on the web, using WebAssembly
- Host: GitHub
- URL: https://github.com/kbumsik/sqlite-wasm
- Owner: kbumsik
- License: other
- Created: 2020-05-05T03:11:23.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T06:55:00.000Z (over 2 years ago)
- Last Synced: 2025-03-12T03:37:36.568Z (7 months ago)
- Language: TypeScript
- Size: 1.11 MB
- Stars: 40
- Watchers: 1
- Forks: 5
- Open Issues: 22
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
Awesome Lists containing this project
README
= sqlite-wasm
// Asciidoc references
// Documentation: https://asciidoctor.org/docs/user-manual/
// Quick reference: https://asciidoctor.org/docs/asciidoc-syntax-quick-reference/
// Asciidoc vs Markdown: https://asciidoctor.org/docs/user-manual/#comparison-by-example
// GitHub Flavored Asciidoc (GFA): https://gist.github.com/dcode/0cfbf2699a1fe9b46ff04c41721dda74:project-version: 0.0.2
:rootdir: https://github.com/kbumsik/sqlite-wasmifdef::env-github[]
// Emoji
:tip-caption: :bulb:
:note-caption: :information_source:
:important-caption: :heavy_exclamation_mark:
:caution-caption: :fire:
:warning-caption: :warning:
// URL
:imagesdir: https://raw.githubusercontent.com/kbumsik/sqlite-wasm/master
endif::[]sqlite-wasm is a fork of https://github.com/sql-js/sql.js[sql.js] with the following changes:
* Completely rewritten in TypeScript.
* Focus on the use with WebAssembly.
* Add slim distribution option (`sqlite-slim.wasm`), which is much smaller binary size then the original.
* Add FTS5 option.== Credits & License
This is a reimplementation of https://github.com/sql-js/sql.js[sql.js]
in TypeScript. (MIT license)Other than that, the project is MIT License. See link:./LICENSE[LICENSE]