An open API service indexing awesome lists of open source software.

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

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).