https://github.com/tomdewildt/foundations-of-databases
Code for The Foundations of Databases course of my master's degree
https://github.com/tomdewildt/foundations-of-databases
docker makefile postgres psql sql
Last synced: 5 days ago
JSON representation
Code for The Foundations of Databases course of my master's degree
- Host: GitHub
- URL: https://github.com/tomdewildt/foundations-of-databases
- Owner: tomdewildt
- License: mit
- Created: 2021-02-16T13:09:05.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2026-06-12T10:14:27.000Z (11 days ago)
- Last Synced: 2026-06-12T12:09:01.466Z (11 days ago)
- Topics: docker, makefile, postgres, psql, sql
- Language: PLpgSQL
- Homepage:
- Size: 37.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Foundations of Databases
[](https://github.com/tomdewildt/foundations-of-databases/blob/master/LICENSE)
Code for The Foundations of Databases course of my master's degree.
# How To Run
Prerequisites:
* psql version ```12.6.0``` or later
* docker version ```20.10.3``` or later
### Development
1. Run ```make run/script``` to execute the script.
Run ```make db/start``` to create the database, ```make db/stop``` to stop the database and ```make db/remove``` to remove it.
# References
[PSQL Docs](https://www.postgresql.org/docs/9.6/app-psql.html)
[PostgreSQL Docs](https://www.postgresql.org/docs/9.6/index.html)