Skip to content

wapm-packages/sqlite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
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 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

You can build SQLite from source very easily with wasienv.

Steps:

  1. Run bash build.sh

Releases

No releases published

Packages

No packages published

Languages