Skip to content

Developed a complete relational database engine similar to SQLite from scratch using Python, which supports basic DDL and DML operations, by utilizing B+ trees for indexing and keeping a page size of 512 Bits to encounter overflows in Data.

Notifications You must be signed in to change notification settings

rams1996/RamBase-RelationalDatabaseEngine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

About

Developed a complete relational database engine similar to SQLite from scratch using Python, which supports basic DDL and DML operations, by utilizing B+ trees for indexing and keeping a page size of 512 Bits to encounter overflows in Data.

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages