Replies: 2 comments 3 replies
|
I’d reach for Supabase first — quick setup, built-in auth, PostgreSQL underneath, and easy to get running with minimal code. |
3 replies
|
Partial. Supabase is a first-class adapter set - createSupabaseDataSource plus realtime, auth, and table introspection (packages/enterprise/src/sources/supabase.ts), plus a generic createRestDataSource. OData and Firestore adapters are not shipped yet, so those two remain open. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
GraphQL and REST adapters ship as demos (72 and 79). This formalizes the adapter contract and adds three packaged sources - OData, Supabase, Firestore - so wiring a backend is a few lines, not a demo you copy.
Which backend would you reach for first?
All reactions