python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How to properly setup an architecture for working with Hasura metadata in different branches?
Hasura has a great system of incremental migrations of database schema.
You set it up, create a new branch, launch console from cli, do your changes and get a bunch of migration files.
Add those files...

Amantel
Votes: 0
Answers: 1
How to setup Hasura migrations between DEV and PROD without loosing data
I'm using hasura migration guide to sync two servers - DEV and PROD.
Before we manually transferred the changes (as in 'using UI to copy all the changes'), so now databases are 90% similar.
We decided...

Amantel
Votes: 0
Answers: 2
How to setup Hasura CLI?
I installed hasura CLI and I want to send data on my hasura cloud project. I tried different ways to launch hasura console but I don't find the good way to launch it. Every time I have the same error ...
Matthys Ducrocq
Votes: 0
Answers: 2