Public
Remixed
Improved SQLite client for Val Town
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:

New in sqlite2

  • Support for inserting and retreiving values from BLOB columns.
  • Improved performance

Limits

You can store 10mb on the free plan and up to 1gb on the paid plan. Contact us if you need more space.

📝 Edit docs