EbonDB

About

EbonDB is a DBMS made using python.

This project was started with the main goal being “Let’s learn more about OOP and socket programming!”, which seems weird, but I thought making DBMS was the best way to do it for some reason.

file description

name about
db.py defines the objects(Data, column, auth, etc.)
requests.py takes in the request by user and outputs the result.
setup.py for making users
security.py uesd for hashing passwords and checking.
server.py simple code for running the server.
client.py client-side code.