GraphQL for Data
80.8%
19.2%
0%
0%
0%
In the Hasura Console, we can execute graphql queries but the intellisense that it provides for relations is time saving
After some editing in data, we loose the current row, so need to find it again
Hasura is best for learning and implementing graphql along with interacting with the database. I recommmed to try once
Connecting backend application with graphql using hasura client
The tooling is great , the documentation is easy.
Go from 0 to production in seconds
Nothing to dislike , saves lot of your time creating rest apis
If you are getting started with hasura , it's very easy to setup on heroku. I loved this feature , we setup.and env for development in a day using this
Real-time updates
Faster development time
Better migration and setup
Open auth
And I can list so many
Query support
All features including graphql support and suggested relations
Multi tab functionality should be present
Beginner friendly so highly recommended
Visualizing relationships and foreign keys
when I learned how to use Hasura, I was able to create your GraphQL backends easier and faster than I ever thought possible without writing a single line of code!
The permission UI looks a little bit confusing and no way to set multiple permissions at once
yes , Its a time saviour and lessen work loads when it comes to ERD of huge databases
It helped me create visualizing table relationship and foreign keys
Voyager support with Hasura that let me generate erd easily
no separate tab for opening multiple tables
Sure to recommend, its usefull indeed
ERD diagram problems and visualizing table structure and creating new tables easily
UI and easy to use graphql console for queries
If we could open multi tabs together that would be great
Its easy to use and lot useful features
Intellisense for graphql queries, data migration
Voyager support and easy to edit rows with ui
It should have multi tab functionality for tables
Highly recommneded
Event triggers are easily visualized
Explorer, voyager and even SQL support i like most
sometimes increased load time for SQL queries
It will help you if you are new to the relational Postgres database definitely
Graphql queries easily formed, database visualization and table maintenance
Can save time for creating backend DB, because hasura has built in functions that generates graphql over postgres. It also recommends various possible foreign keys and relations based on table Structure
Nothing found yet, but a small suggestion when resizing desktop to 2 windows, hasura lacks some what responsiveness. It will good to have tablet level responsiveness.
I have worked on a real-time projects using hasura, as of now I found everything beneficial, because if it's user friendlyness
Looking for the right SaaS
We can help you choose the best SaaS for your specific requirements. Our in-house experts will assist you with their hand-picked recommendations.
Want more customers?
Our experts will research about your product and list it on SaaSworthy for FREE.
It is easy to use. It gives you immense power to connect with postgres database and run graphql query on it from step 1.
It also provides schemas which we can use in our code base to make graphql calls and mutation or subscription.
Hasura should support Dynamo db as most of the tech companies now are using aws and their first choice is dynamodb.
We already have a REST api in place which connects with the dynamodb at the backend. We wanted to expose the api as graphql as there are third party services which want to consume our api and they prefer the graph calls. To implement this we used hasura over the rest api to get our work done.