graphql-engine/docs/graphql/core/databases/postgres/index.rst
vaishnavigvs b8cd59551f docs: add Citus and BigQuery content
https://github.com/hasura/graphql-engine-mono/pull/1763

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Rikin Kachhia <54616969+rikinsk@users.noreply.github.com>
GitOrigin-RevId: 184be0e675345e5ec02678482097edd9c69ad484
2021-07-26 11:54:41 +00:00

48 lines
1.1 KiB
ReStructuredText

.. meta::
:description: Hasura Postgres database support
:keywords: hasura, docs, databases, postgres
.. _database_postgres:
Postgres
========
.. contents:: Table of contents
:backlinks: none
:depth: 1
:local:
Introduction
------------
Hasura allows connecting to a Postgres database and build an GraphQL API based on the database schema.
.. admonition:: Supported Postgres versions
Hasura GraphQL engine supports **Postgres 9.5 and above**
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>`__
Know more
---------
.. toctree::
:maxdepth: 1
:titlesonly:
Schema <schema/index>
Queries <queries/index>
Mutations <mutations/index>
Subscriptions <subscriptions/index>
Supported Postgres types <postgresql-types>