Expand description
Supabase database backend (PostgREST API)
Uses the same JSON-blob schema as the SQLite/D1 backends:
- Collections: tables with
id BIGSERIAL PRIMARY KEY, data JSONB - Key-value:
_kv_store(key TEXT PRIMARY KEY, value TEXT) - Collection registry:
_collections(name TEXT PRIMARY KEY)
All operations go through the Supabase PostgREST REST API.
Structsยง
- Supabase
Database - Supabase PostgREST database client