-
Notifications
You must be signed in to change notification settings - Fork 1
Home
harbingeroffire edited this page Jun 12, 2024
·
6 revisions
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.
git clone https://github.com/HarbingerOfFire/bivittatusDB
cd bivitattusDB
I would suggest importing the module using import bivittatusDB as BDB
to simplify the code.
All are welcome to help out, and are highly encouraged to do so.