Skip to content

sebashack/postgres-template

Repository files navigation

Simple Postgresql template for database course

First time installation

./first-time-install.sh

Run Postgresql container

./run.sh

Stop Postgresql container

./stop.sh

Run bash session in container

./run-bash-session.sh

Clean database

sudo rm -rf data

Scripts within container

You can find the SQL scripts you write in the scripts dir in /opt/postgresql/scripts inside the container.

About

Simple template for database course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages