2021-02-23 15:00:19 +03:00
|
|
|
.. meta::
|
|
|
|
:description: Hasura Postgres database support
|
|
|
|
:keywords: hasura, docs, databases, postgres
|
|
|
|
|
|
|
|
.. _database_postgres:
|
|
|
|
|
|
|
|
Postgres
|
|
|
|
========
|
|
|
|
|
|
|
|
.. contents:: Table of contents
|
|
|
|
:backlinks: none
|
|
|
|
:depth: 1
|
|
|
|
:local:
|
|
|
|
|
2021-06-23 11:09:20 +03:00
|
|
|
Introduction
|
|
|
|
------------
|
|
|
|
|
2021-02-23 15:00:19 +03:00
|
|
|
Hasura allows connecting to a Postgres database and build an GraphQL API based on the database schema.
|
|
|
|
|
2021-06-23 11:09:20 +03:00
|
|
|
.. admonition:: Supported Postgres versions
|
|
|
|
|
|
|
|
Hasura GraphQL engine supports **Postgres 9.5 and above**
|
|
|
|
|
2021-07-26 14:53:47 +03:00
|
|
|
Postgres flavours
|
|
|
|
-----------------
|
|
|
|
|
|
|
|
Hasura also supports databases with full Postgres compatibility like
|
|
|
|
Yugabyte, Timescale, Citus, Aurora, RDS.
|
|
|
|
|
|
|
|
We have more distributed flavours like CockroachDB coming soon. See `GitHub issue <https://github.com/hasura/graphql-engine/issues/678>`__.
|
|
|
|
|
|
|
|
Curious about any other Postgres flavours? Any other questions? Ask us on
|
|
|
|
`GitHub discussions <https://github.com/hasura/graphql-engine/discussions>`__
|
|
|
|
|
|
|
|
|
2021-06-23 11:09:20 +03:00
|
|
|
Know more
|
|
|
|
---------
|
|
|
|
|
2021-02-23 15:00:19 +03:00
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 1
|
|
|
|
:titlesonly:
|
|
|
|
|
|
|
|
Schema <schema/index>
|
|
|
|
Queries <queries/index>
|
|
|
|
Mutations <mutations/index>
|
|
|
|
Subscriptions <subscriptions/index>
|
|
|
|
Supported Postgres types <postgresql-types>
|