@lyo/sql-wasm
v1.1.4
Published
Browser-compatible version of sql-wasm
Downloads
7
Readme
@lyo/sql-wasm
A browser-compatible version of sql-wasm built automatically with Lyo.
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