Skip to content
This repository has been archived by the owner on Oct 3, 2022. It is now read-only.

Latest commit

 

History

History
22 lines (13 loc) · 710 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 710 Bytes

Foundations of Databases

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

PostgreSQL Docs