Skip to content

Final project from Data Base Engineering

Notifications You must be signed in to change notification settings

AnetSow/RelationalDatabase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RelationalDatabase

Final project from Data Base Engineering. The idea was to create hospital relational data base from given description, starting from ER diagrams and ending in making of front-end menu with previously established group of inquiries.

To run:

Install Python

python -m pip install SomePackage

Check if you have Sqlite3 by sqlite3, if not:

  1. Go to SQLite download page and download sqlite-autoconf-*.tar.gz from source code section.
  2. Run the following command
$tar xvfz sqlite-autoconf-3071502.tar.gz
$cd sqlite-autoconf-3071502
$./configure --prefix=/usr/local
$make
$make install

To read input of SQL file in SQLite3:

.read Szpital.sql

About

Final project from Data Base Engineering

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages