Skip to content

prestto/toy_db

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Toy DB

Toy db spins up an empty postgres database to play with.

This is mighty useful when you're starting a new project and need to test a simple DB schema.

TLDR

To launch the database and pg admin:

# run the database
./run.sh up

To connect to pgadmin:

xdg-open http://localhost:19000/

Username: admin@admin.com Password: admin

Select DB Group Local, then enter pgpassword when prompted

DB Connection

To connect to the db with a script or other db interface:

User: pguser
Pass: pgpassword
Port: 15432
host: postgres

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages