PostgreSQL

PostgreSQL is a popular open source RDBMS. The following are instructions to install it on Ubuntu in the WSL. Most of the instructions are from the concourse documentation for postgres and these instructions from godaddy.

apt-get postresql

open a shell in ubuntu

sudo apt install postgresql

and

apt-get install postgresql postgresql-contrib

start postgreSQL

service postgresql start

log into postgres

su - postgres

log into the db

psql