Steps I took to setup a postgres dev db
how did i create a db
Created Mar 4, 2024 - Last updated: Nov 22, 2024
🟧
Postgres
Login as a user
psql postgres <name>;
eg: psql postgres prasanthabr
creating a db
=# create database <name of database>;
eg: Name of database can be the rails specified one for rails.