learn about postgres
· 2 min read
Create DB
create DB story_collection
> createdb story_collection --template=template0
git:(main) ✗ psql -d story_collection
psql (14.12 (Homebrew))
Type "help" for help.
create DB story_collection
> createdb story_collection --template=template0
git:(main) ✗ psql -d story_collection
psql (14.12 (Homebrew))
Type "help" for help.