Getting Started with Postgres
In this post, we will go through some of the basic of PostgreSQL and will perform CRUD operations. What is PostgreSQL or Postgres? Postgres is an open-source object-relational database. PostgreSQL supports both SQL (relational) and JSON (non-relational) querying. It is also one of the most used databases in the industry for production and deployment. It uses SQL to access and manipulate databases…Read More


