Operator Based Relational Database Management system for python
Project description
BivittatusDB: Operator-Based Relational Database Management System
This is a Python-based relational database management system (RDBMS) designed from scratch with operator-based functionalities. It's a standalone system not compatible with SQL or NoSQL databases, aiming to provide a simple yet functional database management solution.
Features
- Operator-based operations: The database operates using operators such as
+
,-
, and==
to manipulate data. - Relational Structure: Organizes data in tables with rows and columns, following a relational database model.
- Basic CRUD Operations: Supports basic Create, Read, Update, and Delete operations.
- Indexing: Efficient data retrieval with indexing mechanisms.
- Transaction Management: Implements transaction management to ensure data consistency.
- Security: All databases are asymmetrically encrypted with a user defined password for each database.
Installation
Installation is now available through pip, via the latest release. To get the latest fix (with beta features) use
pip install bivittatusDB
The last build is unavailable via pip at this time. Based on the release schedule, release 2.0.0.0 should be released 08/01/2025. The closest working version of build 1.0.0.0 available on PyPi is v1.0.0.1
pip install bivittatusDB==1.0.0.1
Examples
See the examples directory and wiki for examples off different operations.
Usage
- clone the repo and cd into the BivitattusDB directroy
- Import bivittatusDB into your python file/interpreter.
- Follow the information from the wiki for more info on specific usage
Dependencies
The databases are saved in hybrid-asymmetrically encrypted and therefore need encryption handlers, as seen in the requirements.txt
file.
pip install -r .github/requirements.txt
Contributing
Contributions are welcome! If you'd like to contribute to the project, please fork the repository and submit a pull request with your changes.See Contributing & Code of Cunduct
License
This project is licensed under the MIT License.
This README.md file provides an overview of the operator-based relational database management system implemented in Python, detailing its current features, future plans, usage instructions, dependencies, and contribution guidelines. Additionally, it outlines the licensing information for the project.
Known Issues:
Due to recent updates, no issues are known at this time. All example files are acting as expected. We are accepting issues if you find anything that we have missed.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file bivittatusdb-1.2.0.2.tar.gz
.
File metadata
- Download URL: bivittatusdb-1.2.0.2.tar.gz
- Upload date:
- Size: 17.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.20
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6a98500a0680793e7608047e84e2f0718b8d376a298389010c459836cfc55c34 |
|
MD5 | 3865a69690672eda3536226c0ad37bf3 |
|
BLAKE2b-256 | b8b4c423683f1a064360a40b5d9477c105870e71eed0df39d186a1e4c13fd96c |
File details
Details for the file bivittatusDB-1.2.0.2-py3-none-any.whl
.
File metadata
- Download URL: bivittatusDB-1.2.0.2-py3-none-any.whl
- Upload date:
- Size: 21.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.20
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6e19b2b270004ce44986216460e9e19594d23e580115bf1c965484d1b7a63489 |
|
MD5 | 15ecaa38e1cb9a1fe3ab767346d9e025 |
|
BLAKE2b-256 | 631b2ce83339c27168cfc1ddc4e480636adf49b6ebc0d332c8473fa8a080464c |