Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update ndc-postgres registry entry #80

Merged
merged 2 commits into from
Nov 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions registry/postgres/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
`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 mutations, column relationship arguments in queries, functions or procedures.

Expand All @@ -19,3 +22,7 @@ The connector is hosted by Hasura and can be used from the [Hasura v3 Console](h
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!
10 changes: 9 additions & 1 deletion registry/postgres/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@
"is_verified": true,
"is_hosted_by_hasura": true,
"source_code": {
"is_open_source": false
"is_open_source": true,
"repository": "https://github.com/hasura/ndc-postgres",
"version": [
{
"tag": "v0.1.0",
"hash": "ef5b87e18b9f6e39a69dfaf94f03a1f392a659df",
"is_verified": true
}
]
}
}