1.1.4 • Published 4 years ago

@lyo/sql-wasm v1.1.4

Weekly downloads
1
License
MIT
Repository
-
Last release
4 years ago

@lyo/sql-wasm

A browser-compatible version of sql-wasm built automatically with Lyo.

Version Build Hits

Usage

In a browser

<script src="https://cdn.jsdelivr.net/npm/@lyo/sql-wasm"></script>

<script>
  sqlWasm.default();
</script>

In Node.js

# Install
npm i @lyo/sql-wasm
const sqlWasm = require('@lyo/sql-wasm')

sqlWasm.default();

Disclaimer

This automated Lyo build may have not been properly tested, and is not guaranteed to work perfectly.

Use at your own risk

1.1.4

4 years ago