Skip to content

md-web-server/simple_server_database

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published