Skip to main content

One post tagged with "postgres"

View All Tags

learn about postgres

· 2 min read
forfd8960
Author

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.