--- title: "Database" description: "Learn how to work with the Supabase database in your MakerKit application." publishedAt: 2024-04-11 order: 2 status: "published" --- 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