https://github.com/erickim27/ebondb
Pure Python DBMS
https://github.com/erickim27/ebondb
database database-management dbms python
Last synced: 3 months ago
JSON representation
Pure Python DBMS
- Host: GitHub
- URL: https://github.com/erickim27/ebondb
- Owner: EricKim27
- License: lgpl-2.1
- Created: 2024-02-26T03:41:29.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-02T14:01:49.000Z (over 2 years ago)
- Last Synced: 2025-03-24T07:38:12.838Z (over 1 year ago)
- Topics: database, database-management, dbms, python
- Language: Python
- Homepage:
- Size: 147 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: security.py
Awesome Lists containing this project
README
# EbonDB - Pure Python DBMS

EbonDB is a DBMS made using python.
It currently can do:
- creating database
- removing database
- creating tables
- creating columns
- inserting data to a column
- printing data in the form of a table
More information is provided on the [Documentation Page](https://erickim27.github.io/EbonDB).