Mostly Wiki

Home

❯

services

❯

supabase service

supabase-service

Mar 26, 20261 min read

supabase_service

Singleton Supabase client. Core data access layer.

Connections

  • wraps: Supabase
  • consumed by: supabase-read-service
  • consumed by: supabase-sync
  • consumed by: file-registry-service
  • consumed by: Pipeline Shepherd
  • library: supabase-py

Notes

  • Singleton pattern — one client instance across the app
  • upsert_records() for batch writes, get_all_records() for paginated reads

Graph View

  • supabase_service
  • Connections
  • Notes

Backlinks

  • TB-09b-supabase-source-of-truth
  • TB-13-write-guard-recon-scanner
  • Supabase
  • pipeline-shepherd
  • file-registry-service
  • supabase-read-service
  • session-07
  • session-10
  • session-33

Created with Quartz v4.5.2 © 2026

  • GitHub
  • Discord Community