Graphql-engine: Can I connect Hasura to any postgresql compatible database like TiDB or PolarDB?

Created on 15 Oct 2020  路  1Comment  路  Source: hasura/graphql-engine

Title says it all.

question

Most helpful comment

See:
https://github.com/hasura/graphql-engine/issues/411
https://github.com/hasura/graphql-engine/issues/678
https://blog.yugabyte.com/basic-crud-operations-using-hasura-graphql-with-distributed-sql-on-gke/

Depending on the database there is a chance that it's just work for your use cases. But it's on the side of database to have semantic and syntax compatible to postgres.

>All comments

See:
https://github.com/hasura/graphql-engine/issues/411
https://github.com/hasura/graphql-engine/issues/678
https://blog.yugabyte.com/basic-crud-operations-using-hasura-graphql-with-distributed-sql-on-gke/

Depending on the database there is a chance that it's just work for your use cases. But it's on the side of database to have semantic and syntax compatible to postgres.

Was this page helpful?
0 / 5 - 0 ratings