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)
Running different Hasura apps with one Postgres
I have two different applications Build with Hasura as the backend and I would like both of them to use the same Postgres instance. Would I encounter any difficulties making this happen? Is it even po...
Samuel E.
Votes: 0
Answers: 1
Should the official Hasura docker-compose.yml connect to postgress straight away?
I have to do a little hasura project for my university and i have to post the exercise using docker compose. The problem is:
I have to manually enter the Hasura UI and connect to the postgres database...
MajesticOl
Votes: 0
Answers: 1
Getting internal exception while executing pg_dump when trying to get the init migrations from hasura
I want to get the latest migrations from my hasura endpoint to my local filesystem.
Command I'm trying to run
hasura init config --endpoint someendpoint.cloudfront.net/ --admin-secret mysecret
Output
...
Kanhaya Ky
Votes: 0
Answers: 1
hasura - to call an http service api and insert the response into postgresql
I've already made an action of type query that calls an http endpoint and return a list of results.
Then i should insert this resut into the postgresql (i suppose through a mutation).
So, how can i jo...
pinale
Votes: 0
Answers: 1