Create and Delete a PostgreSQL Database from PSQL CLI
Easily create or drop a database via the psql CLI using the below syntax. Create a PostgreSQL Database: Just modify the database_name to the name you prefer for your new database. bash create database database_name