graphql-engine/docs/graphql/manual/getting-started/using-existing-database.rst
2018-09-12 14:58:55 +05:30

13 lines
569 B
ReStructuredText

Getting started with an existing database
=========================================
Follow one of these guides to setup Hasura GraphQL engine use an existing database:
- :doc:`Using Heroku <../deployment/heroku/using-existing-heroku-database>`: Run on Heroku and connect to an existing
Heroku Postgres database.
- :doc:`Using Docker <../deployment/docker/index>`: Run as a docker container and connect to an existing Postgres
database.
- :doc:`Using Kubernetes <../deployment/kubernetes/index>`: Run on Kubernetes and connect to an existing Postgres
database.