The program for managing databases SQLite and PostgreSQL. It contains SQL assistant.
Install Python(If it's not installed)
Download Python3
Clone the repository:
git clone https://github.com/AlexanderZug/DBMS.git
Go to folder:
cd DBMS
Install requirements:
pip3 install -r requirements.txt
Start programm:
cd code_DBMS
python3 window_dec.py
Technologies used in the project: Python3, Tkinter, psycopg2-binary, SQLite.