External DB Setup

In the Hasura section of your project you can configure the integration of your project to an Hasura GraphQL server.

Setup

Add a Hasura server to grant access to your app to an external DB using GraphQL

  1. Create an account in Hasura or set up a server for your Hasura account

  2. Setup your Data Base Connection

  3. Create your personalized GraphQL Queries

Compatible Data Bases

  • Aiven

  • Alloy DB

  • Amazon Aurora

  • Amazon Athena

  • Amazon RDS

  • Azure DB Postgres

  • Citus Data

  • Cockroach DB

  • Crunchy Data

  • Google Big Query

  • Microsft SQL Server

  • Neon

  • Postgres SQL

  • MySQL

  • Maria DB

  • Oracle

Endpoint

URL for Hasura's GraphQL endpoint

Secret

Secret token to connect to Hasura's GraphQl endpoint

Last updated

Was this helpful?