Skip to content

Instantly share code, notes, and snippets.

@dan-mckay
Created October 2, 2019 15:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dan-mckay/e1754848bd45a05f771667c2c10ba83f to your computer and use it in GitHub Desktop.
Save dan-mckay/e1754848bd45a05f771667c2c10ba83f to your computer and use it in GitHub Desktop.
hasura get started

Hasura - get started

Create a table

Go to http://localhost:8080/console and navigate to Data -> Create table

For example, let us go with a user table with the following rows:

user (
  id INT PRIMARY KEY,
  name TEXT
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment