A simple file-based dbms to store & retrieve books and publishers model, implemented in python.
Phase zero of Database Analysis and Design
course Project.
Store, Edit, Remove, Get Book informations.
git clone https://github.com/dxghost/samwell-dbms.git
cd samwell-dbms
virtualenv -p python3 env
source env/bin/activate
pip3 install -r requirements.txt
python3 main.py