Changelog
@azmr/db-supabase
Release history for @azmr/db-supabase.
0.2.0
Minor Changes
-
c4f2c02: Initial release.
SupabaseAdapterimplements@azmr/db'sDbAdapterinterface backed bysupabase-js's PostgREST query builder, so RLS is enforced automatically from whateverSupabaseClientthe caller injects — this package never constructs its own client and never bypasses RLS.createTablealways throws (PostgREST can't run DDL — manage schema via the Supabase SQL editor, CLI migrations, or dashboard). Every method validates identifiers via@azmr/security'sassertSafeIdentifier, and every{data, error}tuple fromsupabase-jsis checked — a failure throws aDbAdapterErrorcarrying the Postgres error'scode/details/hint, never silently swallowed into a generic string.
Patch Changes
- Updated dependencies [c4f2c02]
- Updated dependencies [c4f2c02]
- @azmr/db@1.0.0
- @azmr/security@0.3.0