Postgres
11 notes in this cluster.
Postgres is an open-source relational database.
It stores data in tables, supports SQL, enforces constraints, and provides transactional guarantees through ACID.
Core theory (general notes)
PostgreSQL-specific topics
Related tags
All notes tagged #postgres
Automatic inventory generated from note tags. Use it to find notes that are not yet included in the curated index above.
- Postgres connection pooling/postgres-connection-pooling
- Postgres extensions/postgres-extensions
- Postgres indexes/postgres-indexes
- Postgres JSON/postgres-json
- Postgres query planner/postgres-query-planner
- Postgres replication/postgres-replication
- Postgres transactions/postgres-transactions
- Postgres VACUUM/postgres-vacuum
- Postgres WAL/postgres-wal
- Prisma/prisma
- Sequelize/sequelize