Database

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

MakerKit uses PostgreSQL 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