Native Data Connector for PostgreSQL
Introduction
The Native Data Connector for PostgreSQL is our flagship connector, with rich support for all kinds of queries. In the sections below, we'll try to give an overview of the features of the PostgreSQL connector and how to configure it in a Hasura project.
As much as possible we attempt to provide explicit support for database projects that identify as being derived from PostgreSQL with this connector. This includes various popular hosting options for PostgreSQL proper.
The following variants and hosting offerings enjoy the same level of support as a dedicated installation of the latest stable PostgreSQL release:
- AWS Aurora, distributed PostgreSQL derivative and service offering
- Citus, PostgreSQL extension
- Cockroach, distributed PostgreSQL-compatible service offering
- YugabyteDB, distributed PostgreSQL derivative and service offering
Our policy is to support all versions which are indicated as being supported in the PostgreSQL releases table here.
Getting started
To get started with PostgreSQL and Hasura DDN, check out this guide.
If you've never used Hasura DDN, we recommend that you first go through the getting started. 😊