Database

Learn how to work with the Supabase database in your MakerKit application.

MakerKit uses Supabase Postgres for database management with built-in security and performance.

This section covers:

  • Database schema and structure
  • Running migrations
  • Row Level Security (RLS)
  • Querying data
  • Functions and triggers