Database Hub
Find all Database resources here
All Stories
Database
Postgres Date/Time types on GraphQL
Date/Time types are one of the basic types every database supports, and Postgres has robust support for a large set of date and time types…
GraphQL
GraphQL schema on Postgres with foreign keys and without foreign keys
Hasura GraphQL Engine allows creating relationships over Postgres tables with or without foreign keys
GraphQL
Using Custom SQL functions for queries with Postgres and GraphQL
Access custom PostgreSQL functions in GraphQL API queries and subscriptions
GraphQL
GraphQL with Postgres views and materialized views
Postgres views are awesome. You can link them to regular tables using relationships and then make a single nested query to fetch related…
GraphQL
GraphQL and Tree Data Structures with Postgres on Hasura GraphQL engine
Modelling a tree data structure on postgres and using GraphQL to add and get data from the tree.
GraphQL
GraphQL and geolocation on Postgres (PostGIS using Hasura)
A primer to building backends for location-aware applications using postgres and GraphQL
GraphQL
Architecture of a high performance GraphQL to SQL engine
The Hasura platform’s data microservice provides a HTTP API to query Postgres using GraphQL or JSON in a permission safe way.

Tutorials
The fastest way to get started with Hasura is to try out one of our many online tutorials. It’s free!