Skip to main content

Module supabase

Module supabase 

Source
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ยง

SupabaseDatabase
Supabase PostgREST database client