mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-19 05:21:47 +03:00
26 lines
536 B
ReStructuredText
26 lines
536 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:
|
||
|
|
||
|
Hasura allows connecting to a Postgres database and build an GraphQL API based on the database schema.
|
||
|
|
||
|
.. toctree::
|
||
|
:maxdepth: 1
|
||
|
:titlesonly:
|
||
|
|
||
|
Schema <schema/index>
|
||
|
Queries <queries/index>
|
||
|
Mutations <mutations/index>
|
||
|
Subscriptions <subscriptions/index>
|
||
|
Supported Postgres types <postgresql-types>
|