Skip to main content
Version: v2.x

Postgres: Schema

The Hasura GraphQL Engine automatically generates your GraphQL schema and resolvers based on your tables/views in Postgres. You don't need to write a GraphQL schema or resolvers. See How Hasura GraphQL Engine works for more details.

The Hasura Console gives you UI tools that speed up your data-modeling process, or working with your existing database. The Console also automatically generates Migrations or Metadata files that you can edit directly and check into your version control.

The Hasura GraphQL Engine lets you do anything you would usually do with Postgres by giving you GraphQL over native Postgres constructs.

Postgres Compatibility

Hasura works with most Postgres compatible flavours.

See: