Skip to content

Python package that generates a sample database for various database engines.

License

Notifications You must be signed in to change notification settings

hmichalski/car-service-database

Repository files navigation

dbprac

Python package that generates a sample database for various database engines.

About

This repo showcases my end-of-semester RBD (Relational databases) class project. If you wish to use the database yourself, checkout the files with .sql extension.

Purpose

The main goal of this project was to make use of all the knowledge gained during the semester, covering topics like:

  • database modelling
  • using various DBMS and SQL dialects
  • elements of T-SQL & PL/SQL
  • plain SQL

I expanded on it, integrating it with Python for data generation and plotting (Seaborn, Matplotlib modules).

Tech used

python     sqlalchemy     requests     faker     click    
seaborn     matplotlib

Entity-relationship diagram

Plots

Releases

No releases published

Packages

No packages published

Languages