Schema
-
Introduction to PostgreSQL, one of the most popular database engines
15/01/2025In this series, we’ve explored various database engines, such as SQLite, and the fundamental concepts of the relational model. Now, we’ll dive into PostgreSQL, a relational database management system (RDBMS) widely recognized for its robustness, scalability, and extensibility.
-
Deploying a GraphQL API in minutes with Hasura and Docker
09/12/2022GraphQL is an open source query and data manipulation language for new or existing data. It was initially developed by Facebook in 2012 before becoming open source in 2015.