Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 737 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 737 Bytes

Java-DBEngine

About

A java lang based basic database engine with the following supported features

  • Basic insertion, update, deletion and Query statements API
  • BRIN index support

disclaimer: No concurrency control features or scheduling are supported. The project is targetted towards understanding the process of building indices on a database management system, while managing to implement known basic querying features.

Contributors