An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Foundations of Databases
[![License](https://img.shields.io/github/license/tomdewildt/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)