12 · Databases & SQL

Postgres

PostgreSQL relational database

A widely used open-source relational database. When people say “Postgres,” they mean the engine that stores tables and runs SQL for many production apps.

Concrete example

A SaaS app’s primary datastore is often a managed Postgres instance.

Why it matters

The default database many coding agents assume for serious apps.