mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-18 13:02:11 +03:00
b8cd59551f
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
48 lines
1.1 KiB
ReStructuredText
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>
|