1
Local SQLite (file)
2
Turso (libSQL)
libsql:// URLs.Back up your SQLite file regularly, or use a managed libSQL provider for automated backups.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Use SQLite locally or Turso in production.
Local SQLite (file)
DATABASE_URL=file:./local.db
Turso (libSQL)
DATABASE_URL=libsql://your-db.turso.io
TURSO_AUTH_TOKEN=your-token
libsql:// URLs.