Features
Database
Setup your Supabase database
Naming Conventions
- plural table names
- singular column names
- no prefixes
- lowercase
- one word if possible
Setup
Head to your the SQL Editor on the Supabase Dashboard and enter the following commands. You can add fields here to fit your app.
Create Tables
Automatically Create Profiles
Secure your database
Securing your database will prevent unauthorized data leaks. You should never go live without completing this step.