PostgreSQL is an open source object relational dbms.

su postgres // User
psql

psql postgresql://postgres:test@localhost:5432

CREATE a DB

CREATE DATABASE <db_name>;