SQLite is a C-language library that implements a small, fast, self-contained, high-reliability, full-featured, SQL database engine

Public Library0.2.1updated 4 years ago1.27 MB
COPY
wapm install sqlite/sqlite@0.2.1

Need help using WAPM?

Get started here

Commands

sqlite
sqlite3

Files

  • Readme.md

Modules

SQLite

You can install sqlite with:

wapm install sqlite

Note: this repo is inspired by Eric Synk sqlite3 adaptation for wasm2cil.

Running

You can run the sqlite CLI

wapm run sqlite --dir=.
SQLite version 3.26.0 2018-12-01 12:34:55
Enter ".help" for usage hints.
Connected to a transient in-memory database.
Use ".open FILENAME" to reopen on a persistent database.
sqlite>

You can also connect to a specific database

wapm run sqlite --dir=. chinook.db
wasmer-release run sqlite.wasm -- chinook.db
SQLite version 3.26.0 2018-12-01 12:34:55
Enter ".help" for usage hints.
sqlite>

Building from Source

Steps:

  1. Run bash build.sh

<1klast week

Latest version

0.2.2

Latest updated

4 years ago

Unpackaged size

1.27 MB

Collaborators

  • syrusakbary avatarsyrusakbary

Run it in the browser