Skip to content

Instantly share code, notes, and snippets.

@bedus-creation
Last active April 8, 2021 03:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bedus-creation/0cfb2e6d53f9182606e2a58e35925ac9 to your computer and use it in GitHub Desktop.
Save bedus-creation/0cfb2e6d53f9182606e2a58e35925ac9 to your computer and use it in GitHub Desktop.
Postgres Comamand

Login into postgres

sudo -u postgres psql

Create Database

create database DB_NAME;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment