hasura / graphql-engine

Blazing fast, instant realtime GraphQL APIs on your DB with fine grained access control, also trigger webhooks on database events.
https://hasura.io
Apache License 2.0
31.14k stars 2.77k forks source link

Can I connect Hasura to any postgresql compatible database like TiDB or PolarDB? #6022

Open tonyabracadabra opened 4 years ago

tonyabracadabra commented 4 years ago

Title says it all.

Bessonov commented 4 years ago

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.