@recall-srs/adapter-supabase
v0.2.2
Published
Skeleton: Supabase (Postgres) backend for Recall. Schema with row-level security is complete; the queries are not implemented yet and throw.
Maintainers
Readme
@recall-srs/adapter-supabase
Supabase (Postgres) backend for Recall.
[!WARNING] Skeleton, not usable yet.
schema.sqlis complete, but every adapter method throwsStorageError('... is not implemented yet.'). Use@recall-srs/adapter-localstoragetoday, or help finish this one. Contributions welcome.
Part of Recall: spaced repetition for React and TypeScript.
pnpm add @recall-srs/adapter-supabaseimport { createSupabaseAdapter } from '@recall-srs/adapter-supabase';
const adapter = createSupabaseAdapter({ client: supabase });Ships schema.sql with tables, indexes and row-level security policies scoped to auth.uid().
Run it once before first use. Pass your own configured client; the adapter never handles auth.
