SQLite2 - Docs ↗

This is our second generation SQLite client: it exposes a different API than std/sqlite. Specifically, this supports 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:

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