top | item 45588015

(no title)

rick1290 | 4 months ago

you mention hasura - is that open source? you are leaning on a product for migrations that are not open source is my main concern with the above comments.

discuss

order

nawgz|4 months ago

Yes, it is open source, and Docker containers are freely accessible too

https://github.com/hasura/graphql-engine

https://hub.docker.com/r/hasura/graphql-engine

I run v2.x images myself, not sure what v3 and DDN are, besides monetization efforts for the company*.

Also the migrations are just `up.sql` and `down.sql` files, there is nothing coupling you to a proprietary migration format, the value Hasura offers is generating them for you and tracking their application thru their CLI.