Application database
primary storage for any modern app

// screenshot of postgresql.org ↗
PostgreSQL is the most advanced open-source relational database — ACID-compliant, SQL-standard-compliant, with extensions for JSON, geospatial, time-series, full-text search, vector search. The default modern application database, deployed everywhere from indie projects to Fortune 500 production.
PostgreSQL is the most advanced open-source relational database — ACID-compliant, SQL-standard-compliant, with extensions for JSON, geospatial, time-series, full-text search, vector search. The default modern application database, deployed everywhere from indie projects to Fortune 500 production.
If your data model is relational and your scale isn't web-scale (yet), PostgreSQL is almost always the right choice.
Concrete scenarios where teams pick PostgreSQL over the SaaS alternative.
primary storage for any modern app
PostGIS extension for maps and location-aware apps
TimescaleDB extension for metrics / IoT
pgvector extension for AI / RAG
materialized views, window functions, CTEs for complex queries
If your team profile matches one of these, PostgreSQL is a strong fit out of the box.
building modern SaaS / web / mobile apps
running analytics on transactional data
using pgvector for RAG storage
managing production databases at any scale
preferring battle-tested over trendy
When evaluating self-hosted options for this category, here are the dimensions on which PostgreSQL consistently lands above the alternatives.
The stack you'll plug PostgreSQL into — services, protocols, and adjacent apps in the BluixApps catalog.
postgres:17 (current major)/var/lib/postgresql/dataOperational guidance from running this in production — what to do before you scale, what to lock down, what surprises people.
shared_buffers to 25% of RAM5432:5432 · postgres:16-alpine