-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #114 from hasura/plc/postgres-variants
Postgres variant logos
- Loading branch information
Showing
20 changed files
with
497 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
## Overview | ||
|
||
`ndc-postgres` provides a Hasura Data Connector to the PostgreSQL database, | ||
which can expose and run GraphQL queries via the Hasura v3 Project. | ||
|
||
|
||
- [PostgreSQL Connector information in the Hasura Connectors directory](https://hasura.io/connectors/postgres) | ||
- [GitHub repository](https://github.com/hasura/ndc-postgres) | ||
|
||
The connector implements the [NDC Specification](https://hasura.github.io/ndc-spec/overview.html), | ||
but does not currently support column relationship arguments in queries, or functions. | ||
|
||
Visit the | ||
[Hasura v3 Documentation](https://hasura.io/docs/3.0/native-data-connectors/postgresql) | ||
for more information. | ||
|
||
The connector supports the [AWS Aurora](https://aws.amazon.com/rds/aurora/) Postgres-compatible database offering. | ||
|
||
## Deployment | ||
|
||
The connector is hosted by Hasura and can be used from the [Hasura v3 Console](https://console.hasura.io). | ||
|
||
## Usage | ||
|
||
Follow the [Quick Start Guide](https://hasura.io/docs/3.0/quickstart/) | ||
To use the PostgreSQL data connector from the [Hasura v3 Console](https://console.hasura.io). | ||
|
||
## Troubleshooting | ||
|
||
Please [submit a Github issue](https://github.com/hasura/graphql-engine/issues/new) | ||
if you encounter any problems! |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
{ | ||
"overview": { | ||
"namespace": "hasura", | ||
"description": "Connect to a PostgreSQL database and expose them to Hasura v3 Project", | ||
"title": "(AWS Aurora) PostgreSQL Native Data Connector", | ||
"logo": "logo.svg", | ||
"tags": [ | ||
"database" | ||
], | ||
"latest_version": "v0.4.0" | ||
}, | ||
"author": { | ||
"support_email": "[email protected]", | ||
"homepage": "https://hasura.io", | ||
"name": "Hasura" | ||
}, | ||
"is_verified": true, | ||
"is_hosted_by_hasura": true, | ||
"source_code": { | ||
"is_open_source": true, | ||
"repository": "https://github.com/hasura/ndc-postgres", | ||
"version": [ | ||
{ | ||
"tag": "v0.4.0", | ||
"hash": "8d304a83c5d41135d992132b77763d26f27803be", | ||
"is_verified": true | ||
} | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
## Overview | ||
|
||
`ndc-postgres` provides a Hasura Data Connector to the PostgreSQL database, | ||
which can expose and run GraphQL queries via the Hasura v3 Project. | ||
|
||
- [PostgreSQL Connector information in the Hasura Connectors directory](https://hasura.io/connectors/postgres) | ||
- [GitHub repository](https://github.com/hasura/ndc-postgres) | ||
|
||
The connector implements the [NDC Specification](https://hasura.github.io/ndc-spec/overview.html), | ||
but does not currently support column relationship arguments in queries, or functions. | ||
|
||
Visit the | ||
[Hasura v3 Documentation](https://hasura.io/docs/3.0/native-data-connectors/postgresql) | ||
for more information. | ||
|
||
The connector supports the Citus database extensions to PostgreSQL. | ||
|
||
## Deployment | ||
|
||
The connector is hosted by Hasura and can be used from the [Hasura v3 Console](https://console.hasura.io). | ||
|
||
## Usage | ||
|
||
Follow the [Quick Start Guide](https://hasura.io/docs/3.0/quickstart/) | ||
To use the PostgreSQL data connector from the [Hasura v3 Console](https://console.hasura.io). | ||
|
||
## Troubleshooting | ||
|
||
Please [submit a Github issue](https://github.com/hasura/graphql-engine/issues/new) | ||
if you encounter any problems! |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
{ | ||
"overview": { | ||
"namespace": "hasura", | ||
"description": "Connect to a PostgreSQL database and expose them to Hasura v3 Project", | ||
"title": "(Citus) PostgreSQL Native Data Connector", | ||
"logo": "logo.svg", | ||
"tags": [ | ||
"database" | ||
], | ||
"latest_version": "v0.4.0" | ||
}, | ||
"author": { | ||
"support_email": "[email protected]", | ||
"homepage": "https://hasura.io", | ||
"name": "Hasura" | ||
}, | ||
"is_verified": true, | ||
"is_hosted_by_hasura": true, | ||
"source_code": { | ||
"is_open_source": true, | ||
"repository": "https://github.com/hasura/ndc-postgres", | ||
"version": [ | ||
{ | ||
"tag": "v0.4.0", | ||
"hash": "8d304a83c5d41135d992132b77763d26f27803be", | ||
"is_verified": true | ||
} | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
## Overview | ||
|
||
`ndc-postgres` provides a Hasura Data Connector to the PostgreSQL database, | ||
which can expose and run GraphQL queries via the Hasura v3 Project. | ||
|
||
- [PostgreSQL Connector information in the Hasura Connectors directory](https://hasura.io/connectors/postgres) | ||
- [GitHub repository](https://github.com/hasura/ndc-postgres) | ||
|
||
The connector implements the [NDC Specification](https://hasura.github.io/ndc-spec/overview.html), | ||
but does not currently support column relationship arguments in queries, or functions. | ||
|
||
Visit the | ||
[Hasura v3 Documentation](https://hasura.io/docs/3.0/native-data-connectors/postgresql) | ||
for more information. | ||
|
||
The connector supports the [CockroachDB](https://www.cockroachlabs.com/) PostgreSQL-compatible database. | ||
|
||
## Deployment | ||
|
||
The connector is hosted by Hasura and can be used from the [Hasura v3 Console](https://console.hasura.io). | ||
|
||
## Usage | ||
|
||
Follow the [Quick Start Guide](https://hasura.io/docs/3.0/quickstart/) | ||
To use the PostgreSQL data connector from the [Hasura v3 Console](https://console.hasura.io). | ||
|
||
## Troubleshooting | ||
|
||
Please [submit a Github issue](https://github.com/hasura/graphql-engine/issues/new) | ||
if you encounter any problems! |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
{ | ||
"overview": { | ||
"namespace": "hasura", | ||
"description": "Connect to a PostgreSQL database and expose them to Hasura v3 Project", | ||
"title": "(CockroachDB) PostgreSQL Native Data Connector", | ||
"logo": "logo.png", | ||
"tags": [ | ||
"database" | ||
], | ||
"latest_version": "v0.4.0" | ||
}, | ||
"author": { | ||
"support_email": "[email protected]", | ||
"homepage": "https://hasura.io", | ||
"name": "Hasura" | ||
}, | ||
"is_verified": true, | ||
"is_hosted_by_hasura": true, | ||
"source_code": { | ||
"is_open_source": true, | ||
"repository": "https://github.com/hasura/ndc-postgres", | ||
"version": [ | ||
{ | ||
"tag": "v0.4.0", | ||
"hash": "8d304a83c5d41135d992132b77763d26f27803be", | ||
"is_verified": true | ||
} | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
## Overview | ||
|
||
`ndc-postgres` provides a Hasura Data Connector to the PostgreSQL database, | ||
which can expose and run GraphQL queries via the Hasura v3 Project. | ||
|
||
- [PostgreSQL Connector information in the Hasura Connectors directory](https://hasura.io/connectors/postgres) | ||
- [GitHub repository](https://github.com/hasura/ndc-postgres) | ||
|
||
The connector implements the [NDC Specification](https://hasura.github.io/ndc-spec/overview.html), | ||
but does not currently support column relationship arguments in queries, or functions. | ||
|
||
Visit the | ||
[Hasura v3 Documentation](https://hasura.io/docs/3.0/native-data-connectors/postgresql) | ||
for more information. | ||
|
||
The connector supports the [Neon](https://neon.tech/) PostgreSQL database offering. | ||
|
||
## Deployment | ||
|
||
The connector is hosted by Hasura and can be used from the [Hasura v3 Console](https://console.hasura.io). | ||
|
||
## Usage | ||
|
||
Follow the [Quick Start Guide](https://hasura.io/docs/3.0/quickstart/) | ||
To use the PostgreSQL data connector from the [Hasura v3 Console](https://console.hasura.io). | ||
|
||
## Troubleshooting | ||
|
||
Please [submit a Github issue](https://github.com/hasura/graphql-engine/issues/new) | ||
if you encounter any problems! |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
{ | ||
"overview": { | ||
"namespace": "hasura", | ||
"description": "Connect to a PostgreSQL database and expose them to Hasura v3 Project", | ||
"title": "(Neon) PostgreSQL Native Data Connector", | ||
"logo": "logo.svg", | ||
"tags": [ | ||
"database" | ||
], | ||
"latest_version": "v0.4.0" | ||
}, | ||
"author": { | ||
"support_email": "[email protected]", | ||
"homepage": "https://hasura.io", | ||
"name": "Hasura" | ||
}, | ||
"is_verified": true, | ||
"is_hosted_by_hasura": true, | ||
"source_code": { | ||
"is_open_source": true, | ||
"repository": "https://github.com/hasura/ndc-postgres", | ||
"version": [ | ||
{ | ||
"tag": "v0.4.0", | ||
"hash": "8d304a83c5d41135d992132b77763d26f27803be", | ||
"is_verified": true | ||
} | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
## Overview | ||
|
||
`ndc-postgres` provides a Hasura Data Connector to the PostgreSQL database, | ||
which can expose and run GraphQL queries via the Hasura v3 Project. | ||
|
||
- [PostgreSQL Connector information in the Hasura Connectors directory](https://hasura.io/connectors/postgres) | ||
- [GitHub repository](https://github.com/hasura/ndc-postgres) | ||
|
||
The connector implements the [NDC Specification](https://hasura.github.io/ndc-spec/overview.html), | ||
but does not currently support column relationship arguments in queries, or functions. | ||
|
||
Visit the | ||
[Hasura v3 Documentation](https://hasura.io/docs/3.0/native-data-connectors/postgresql) | ||
for more information. | ||
|
||
The connector supports the [Google Spanner](https://cloud.google.com/spanner) PostgreSQL-compatible database. | ||
|
||
## Deployment | ||
|
||
The connector is hosted by Hasura and can be used from the [Hasura v3 Console](https://console.hasura.io). | ||
|
||
## Usage | ||
|
||
Follow the [Quick Start Guide](https://hasura.io/docs/3.0/quickstart/) | ||
To use the PostgreSQL data connector from the [Hasura v3 Console](https://console.hasura.io). | ||
|
||
## Troubleshooting | ||
|
||
Please [submit a Github issue](https://github.com/hasura/graphql-engine/issues/new) | ||
if you encounter any problems! |
Oops, something went wrong.