Public
Likesqlite2
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.
NOTE: Use std/sqlite for new projects, which supports both organization and val scoped databases.
SQLite2 - Docs ↗
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
BLOBcolumns. - 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.