Hasura’s PostgreSQL Course for Frontend Developers

Hasura’s PostgreSQL Course for Frontend Developers

·

1 min read

Hasura gives you instant GraphQL and REST APIs on your data. These data sources can be databases like Postgres, MySQL, SQL Server, and BigQuery. And we're always adding more.

That being said, the first database that we had support for was Postgres or PostgreSQL. And when we asked our community folks what would be useful to them, we heard that a course on Postgres would be most welcome.

So, we did just that.

Our Postgres course covers everything you need to get started using Postgres.

Here's the list of contents; please use it to go directly to the section that you need:

  1. Introduction to PostgreSQL
  2. What is PostgreSQL
  3. Installing PostgreSQL locally and on the Cloud
  4. PostgreSQL Connection String
  5. PostgreSQL Client Applications
  6. PostgreSQL Schema
  7. PostgreSQL Tables
  8. PostgreSQL Data Types and Columns
  9. PostgreSQL Constrainsts
  10. PostgreSQL Primary Keys
  11. PostgreSQL Relationships
  12. PostgreSQL CREATE Statements
  13. PostgreSQL ALTER Statements
  14. PostgreSQL Sequences and Auto Increments
  15. PostgreSQL Alter Constraints
  16. Querying and Inserting | DML
  17. PostgreSQL Views
  18. PostgreSQL Triggers
  19. PostgreSQL Performance