Appearance
Local-First Database
Run SQLite3 in the browser, backed by the origin private file system.
Locally executes any query that SQLite3 supports
Runs the SQLite engine in a web worker so queries do not block the main thread
Persists data to the origin private file system, which is optimized for fast file I/O
Each user can have their own private database instance
Just name your database and start running SQL queries
Works with Kysely and Drizzle ORM for making type-safe queries