Sqlite Turso

Use when deciding whether plain SQLite is enough, or wiring SQLite, Turso or libSQL for local-first, edge and embedded-replica apps — a local file DB, a remote Turso URL, or a local replica synced to a remote primary — plus WAL mode and SQLite's single-writer model and its lock errors. NOT Drizzle schema or queries on libSQL (that is `drizzle-orm`), NOT versioned up/down migrations (that is `db-migrations`), NOT serverless Postgres with branching (that is `neon`).

ericrisco e84f1a6 5 files · 26.2 KB Updated

File contents

ericrisco/rsc-harness/tree/main/skills/sqlite-turso commit e84f1a649d

Frequently asked questions

npx skillmds@latest add ericrisco/sqlite-turso