Does hasura migrate apply
require the hasura server to be running or just the database?
#6451
-
Do How have you guys built CD workflows with hasura? Does anyone have any tips? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Yes, it requires the server to be running. Hasura provides a pure SQL API that runs the migrations and then applies the metadata via another API. |
Beta Was this translation helpful? Give feedback.
Yes, it requires the server to be running. Hasura provides a pure SQL API that runs the migrations and then applies the metadata via another API.