graphql-engine/docs/graphql/manual/getting-started/using-existing-database.rst

18 lines
646 B
ReStructuredText
Raw Normal View History

Getting started with an existing database
=========================================
.. contents:: Table of contents
:backlinks: none
:depth: 1
:local:
Follow one of these guides to set up Hasura GraphQL engine using an existing database:
2018-09-12 12:28:55 +03:00
- :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.
2018-09-12 12:28:55 +03:00
- :doc:`Using Kubernetes <../deployment/kubernetes/index>`: Run on Kubernetes and connect to an existing Postgres
database.