DEV Community

miku86
miku86

Posted on

10 1

PostgreSQL: What is it & How To Install it

Intro

I am creating a new series about PostgreSQL.

In this short article, we will learn how to install it.

What is PostgreSQL?


How To Install it?

Windows

  1. Go to the PostgreSQL download page
  2. Follow the instructions

macOS

  1. Go to the PostgreSQL download page
  2. Follow the instructions

Ubuntu

  1. Go to the PostgreSQL download page
  2. Follow the instructions

Arch

  1. pacman -S postgresql

Further Reading

PostgreSQL Homepage
PostgreSQL Download
PostgreSQL on Wikipedia
SQL Syntax


Questions

  • What's your favorite SQL database?

Top comments (0)

Need a better mental model for async/await?

Check out this classic DEV post on the subject.

⭐️🎀 JavaScript Visualized: Promises & Async/Await

async await

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay