Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 283 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 283 Bytes

Database-Engine

This project is an implementation of a small database engine that was built with Java and that supports:-

creating a table. inserting , updating and deleting from a table. creating a grid index with n-dimension on a table. using the index to select from a table.