What is PostgreSQL?
PostgreSQL is a powerful open-source object-relational database known for standards compliance, extensibility, and reliability. It supports ACID transactions, advanced indexing, JSON, full-text search, replication, and extensions such as PostGIS. PostgreSQL is widely self-hosted as the primary datastore for web apps, analytics, and enterprise systems.


