Skip to content

A simple database engine with support for B+ trees and R trees. The supported functionalities are creating tables, inserting tuples, deleting tuples, updating tables, searching in tables linearly, creating indexes (B+ tree, R tree), searching using indexes (B+tree, R tree) and simple select queries.

Notifications You must be signed in to change notification settings

mostafahatem20/Database-Engine

About

A simple database engine with support for B+ trees and R trees. The supported functionalities are creating tables, inserting tuples, deleting tuples, updating tables, searching in tables linearly, creating indexes (B+ tree, R tree), searching using indexes (B+tree, R tree) and simple select queries.

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages