Skip to content

GiovanniCS/Database

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors