graphql-engine/docs/graphql/core/databases/postgres/index.rst
Rikin Kachhia 6c4dbe093c docs: update getting started for 2.0
https://github.com/hasura/graphql-engine-mono/pull/1624

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
GitOrigin-RevId: 8507e5520d7fb3548899cac2e7dc497567e0282e
2021-06-23 08:10:12 +00:00

36 lines
690 B
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**
Know more
---------
.. toctree::
:maxdepth: 1
:titlesonly:
Schema <schema/index>
Queries <queries/index>
Mutations <mutations/index>
Subscriptions <subscriptions/index>
Supported Postgres types <postgresql-types>