Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Project for Database course

DataBees

In this repository i have pushed my project for the database course, second year of Bachelor degree in CS at Padua University. As you can see in the report, Nicola Agostini (my university colleague) also contributed to it.

Getting Started

Make sure you have mysql installed

mysql -V

clone this repository and enter the right path

git clone https://github.com/GiovanniCS/Database.git
cd Database

create the database in which you can import the project

mysql -u root -p
create database project
use database project

import schemas, instances and views

source DB.sql

About

No description or website provided.

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors