Database
Learn how to work with the database in your DonNe application.
DonNe 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