Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 242 Bytes

File metadata and controls

15 lines (14 loc) · 242 Bytes

This project creates tables and records for mongo or posgress db's

Getting Setup for Postgress:

brew services install psql
brew services start 
createdb $USER
createdb postgres
createdb <yourdb>
psql
\c <yourdb>
\q