⚠️ WAPM is now unified into Wasmer
Learn more →

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

Public Library0.2.2updated 4 years ago1.27 MB
COPY
wapm install sqlite/sqlite

Need help using WAPM?

Get started here

Commands

sqlite
sqlite3

Files

  • Readme.md

Modules

SQLite

You can run sqlite cli

sqlite
SQLite version 3.27.2 2019-02-25 16:06:06
Enter ".help" for usage hints.
Connected to a transient in-memory database.
Use ".open FILENAME" to reopen on a persistent database.
sqlite>

Examples

Here you can run an example creating a COMPANY table with different employees.

<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