Just give a try to the project. Really cool! A combination of different technology.
I just wonder: why not add support to MySql since lt has lots of user? Does feature like event webhook bind with Postgres so it is hard to switch to others?
@fkpwolf Thanks for your kind words. No, we're tied to Postgres, but most of what we do with Postgres can be done with MySQL as well. But for now our focus to get everything right with Postgres and then a little later add support for other databases.
I was just chatting with a user recently. They have a system on MS-SQL and they use https://www.symmetricds.org/ to replicate data into a postgres instance on which they have Hasura! So in the short term, that could be a solution till we get to adding more databases!
I see. Thanks for the quick response.
Postgres FDWs seem like another approach to work on a MySQL database for now.
@coco98 please define:
then a little later add support for other databases
What do you mean with "little later"?
What do you mean with "other databases"?
Summarizing workarounds:
For native support, closing in favour of https://github.com/hasura/graphql-engine/issues/1773
Most helpful comment
@fkpwolf Thanks for your kind words. No, we're tied to Postgres, but most of what we do with Postgres can be done with MySQL as well. But for now our focus to get everything right with Postgres and then a little later add support for other databases.
I was just chatting with a user recently. They have a system on MS-SQL and they use https://www.symmetricds.org/ to replicate data into a postgres instance on which they have Hasura! So in the short term, that could be a solution till we get to adding more databases!