Skip to content
This repository has been archived by the owner on Jul 25, 2023. It is now read-only.
/ BasiDiDati Public archive

Appunti del corso Basi di Dati, tenuto presso UniMoRe, a.a. 2022-2023.

Notifications You must be signed in to change notification settings

mc-cat-tty/BasiDiDati

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basi di Dati

Appunti ed esercizi del corso di Basi di dati tenuto presso l'Università di Modena.

Start containerized DBMS

docker run -e POSTGRES_PASSWORD=pass -p5432:5432 -d postgres