- Postgres – Installation
Local installation Go here and download postgresql Double click on the downloaded file to install postgresql Postgresql with docker Pull postgresql docker image # pull latest image docker pull postgres # pull a specific version docker pull postgres:12 Run postgres container # run latest container…
- Postgres – Introduction
PostgreSQL is an advanced, enterprise-class, and open-source relational database system. PostgreSQL supports both SQL (relational) and JSON (non-relational) querying. PostgreSQL is a highly stable database backed by more than 20 years of development by the open-source community. PostgreSQL…