Overview
The Hasura PostgreSQL Connector allows for connecting Hasura to a PostgreSQL database giving you an instant GraphQL API on top of your PostgreSQL data.
Data Connectors are the way to connect the Hasura Data Delivery Network (DDN) to external data sources. A data connector is an HTTP service that exposes a set of APIs that Hasura uses to communicate with the data source. Data connectors are built to conform to the NDC Specification using one of Hasura's available SDKs. The data connector is responsible for interpreting work to be done on behalf of the Hasura Engine, using the native query language of the data source.
The connector supports the CockroachDB flavor of PostgreSQL.
Using the PostgreSQL connector
Check out the Hasura docs here to get started with the PostgreSQL connector.
Troubleshooting
Please submit a Github issue if you encounter any problems!