Concern
Relational database and persisted data.
Technology
PostgreSQL
Documentation
- Website: https://www.postgresql.org/docs/
- Repository: https://github.com/postgres/postgres
- Getting started: https://www.postgresql.org/docs/current/tutorial.html
Integration
orm / Prisma
Database is used by Prisma (orm). Access via repository-layer.
Best practices
pg_trgm for text searches.