docs/docs/schema/postgres/postgres-guides/index.mdx
This page introduces Postgres including benefits and caveats, and it links to sections relevant to extending your GraphQL API by using Postgres features.
Postgres (or PostgreSQL) is a general-purpose object-relational database management system that uses and extends the SQL language. Postgres is free and open source and has been developed continuously over the last 30 years. Postgres strives to be reliable, robust and performant.
Postgres supports advanced data types and advanced performance optimization, features that are otherwise only available in expensive commercial database systems.
The following are benefits of Postgres compared to other database management systems:
The following are some Postgres features that can be used to manage your data and extend your Hasura GraphQL API: