Skip to content
harbingeroffire edited this page Jun 12, 2024 · 6 revisions

BivittatusDB

The operator based relational database management system made in python

About BivittatusDB

I noticed that most DBMS languages out there (SQL, NoSQL, etc...) mainly relied on keyword based approaches when making and editing databases, which I felt was weird, coming from a python background where it would make sense to just use operators like + and - to add and remove rows. So that's what I've set out to do.

Installing

git clone https://github.com/HarbingerOfFire/bivittatusDB
cd bivitattusDB

IMPORTING

I would suggest importing the module using import bivittatusDB as BDB to simplify the code.

CONTRIBUTING

All are welcome to help out, and are highly encouraged to do so.