mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-18 13:02:11 +03:00
11 lines
434 B
ReStructuredText
11 lines
434 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 using an existing Heroku
|
|
Postgres database.
|
|
- :doc:`Using Docker <../deployment/docker/index>`: Run as a docker container and connect to an existing Postgres
|
|
database.
|
|
|