Tag
#database
WatermelonDB Offline Storage on iOS via Claude Prompts
WatermelonDB gives a React Native app a fast, offline-first local database. Here is how to structure the schema, models, and sync, and what to prompt Claude for.
Base44 Limits and Database Connection Issues
Most Base44 database connection issues are credit limits or plan gates, not bugs. Here is how to diagnose each one, and when to own your own data layer instead.
How to Connect Dreamflow to Supabase (One-Click Setup)
Dreamflow has one-click Supabase integration: describe the backend in your prompt and it scaffolds auth and a database. Steps and the row-level security gotcha.
How to Connect Cursor to Supabase (MCP and in Code)
Connect Cursor to Supabase two ways: the MCP server so Cursor knows your schema, and the supabase-js client in your code. Here are the steps and safe defaults.
How to Connect FlutterFlow to Supabase (Auth and Data)
Connect FlutterFlow to Supabase with OAuth or manually with API keys to add auth and a Postgres database. Here are the steps and the users-table gotcha.
How to Connect Replit Agent to Supabase (External DB)
Connect Replit Agent to Supabase as an external Postgres backend: the Agent wires the client and stores your keys in Secrets. Steps and why to choose it.
How to Connect Rork to Supabase (Auth and Database)
Connect Rork to Supabase to add auth and a Postgres database to your React Native app, with API keys kept server-side via Rork Backend. Steps and gotchas inside.
How to Attach a Database in a0.dev (Supabase Guide)
Your a0.dev prototype renders screens but saves nothing. Here is how to attach a real database, wire auth and state, and keep keys server-side and secure.
How to Connect Bolt.new to Supabase (Auth and Database)
Connect Bolt.new to Supabase from project settings to add auth, a Postgres database, and edge functions. Here are the exact steps and the gotchas to avoid.
How to Connect Lovable to Supabase (Auth and Database)
Connect Lovable to Supabase in a few clicks to add login, a Postgres database, storage, and edge functions. Here are the exact steps and the common gotchas.