sqlite2
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
SQLite2 - Docs ↗
This is our second generation SQLite client: it exposes a different API than std/sqlite. Specifically, this will support the full @libsql/client interface.
SQLite is a lightweight, standard database. Every Val Town account comes with its own private SQLite database that is accessible from any of your vals via std/sqlite
.
Val Town SQLite is powered by Turso.
We recommend these admin data viewers for managing your database – viewing or editing data or your database table schema:
- Outerbase Studio (recommended) - formely known as LibSQL Studio – see instructions here
- SQLite Explorer (built in Val Town)
- Support for inserting and retreiving values from
BLOB
columns. - Improved performance
You can store 10mb on the free plan and up to 1gb on the paid plan. Contact us if you need more space.