Software Alternatives & Reviews

PostGraphile VS Hasura

Compare PostGraphile VS Hasura and see what are their differences

PostGraphile logo PostGraphile

GraphQL API for Postgres

Hasura logo Hasura

Hasura is an open platform to build scalable app backends, offering a built-in database, search, user-management and more.
  • PostGraphile Landing page
    Landing page //
    2022-12-23
  • Hasura Landing page
    Landing page //
    2023-10-21

PostGraphile videos

Full-Stack Developer talks PostGraphile, GraphQL, Angular and Philosophy of Developing!

Hasura videos

Scott Tries Hasura - A Realtime GraphQL API Builder

More videos:

  • Review - Evaluating Hasura
  • Review - The founder of Hasura teaching me about Hasura - FUN!

Category Popularity

0-100% (relative to PostGraphile and Hasura)
GraphQL
6 6%
94% 94
API Tools
100 100%
0% 0
Developer Tools
5 5%
95% 95
Realtime Backend / API

User comments

Share your experience with using PostGraphile and Hasura. For example, how are they different and which one is better?
Log in or Post with

Social recommendations and mentions

Based on our record, Hasura seems to be a lot more popular than PostGraphile. While we know about 116 links to Hasura, we've tracked only 1 mention of PostGraphile. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.

PostGraphile mentions (1)

  • [Question] What will it take to create an automated graphQL API with Elixir?
    There are tools like Hasura/Haskell, Postgraphile/Node.js or Graphjin/Golang that could generate an automatic graphQL API from a Postgres database. Im new to Elixir and really love it. I wonder if there is anything similar these. I heard about Absinthe for graphQL, however as far as I understand it requires to write your own resolvers. What will it take to create a similar tool in Elixir like the one stated above?... Source: over 1 year ago

Hasura mentions (116)

  • The Many Ways Not to Build an API
    Another strategy is to model access control declaratively and enforce it in the application layer. ZenStack (built above Prisma ORM) and Hasura are good examples of this approach. The following code shows how access policies are defined with ZenStack and how a secured CRUD API can be derived automatically. - Source: dev.to / 24 days ago
  • The 2024 Web Hosting Report
    Today, this ecosystem is going strong with new providers like Hasura, AppWrite and Supabase powering millions of projects. There are a few reasons people choose this style of hosting, especially if they are more comfortable with frontend development. BaaS lets them set up a database in a secure way, expose some business logic on top of the data, and connect via a dev-friendly SDK from their app or website code to... - Source: dev.to / 2 months ago
  • Ask HN: Is There a Zapier for APIs?
    Hi! If you’ve ever thought about something like using GraphQL for something like this.. You might like Hasura. (Obligatory I work for Hasura) We’ve got an OpenAPI import and you can setup cron-jobs or one-off jobs and do things like load in headers from the environment variables to pass through. There isn’t currently an easy journey for chaining multiple calls together without writing any code at all, but you can... - Source: Hacker News / 2 months ago
  • A list of SaaS, PaaS and IaaS offerings that have free tiers of interest to devops and infradev
    Hasura.io — Hasura extends your existing databases wherever it is hosted and provides an instant GraphQL API that can be securely accessed for web, mobile, and data integration workloads. Free for 1GB/month of data pass-through. - Source: dev.to / 3 months ago
  • Hasura and Keycloak integration with NestJS server
    Hasura is an open-source real-time GraphQL API server with a strong authorization layer on your database. You can subscribe to database events via webhooks. It can combine multiple API servers into one unified graphQL API. Hasura is a great tool to build any CRUD GraphQL API. Hasura does not have any authentication mechanisms; e.g., you need an auth server to handle sign-up and sign-in. - Source: dev.to / 5 months ago
View more

What are some alternatives?

When comparing PostGraphile and Hasura, you can also consider the following products

Graphene - Query Languages

Supabase - An open source Firebase alternative

GraphQL - GraphQL is a data query language and runtime to request and deliver data to mobile and web apps.

GraphQL Playground - GraphQL IDE for better development workflows

Prisma GraphQL API - Prisma helps modern applications access and manipulate data through a unified data layer

GraphQl Editor - Editor for GraphQL that lets you draw GraphQL schemas using visual nodes