Rudimentary Database engine implemented on BPlus tree and built on hybrid of SQLite concepts: Technology - Java Davisbase database engine contains 3 java files
1.DavisBase.java - front end prompt for input of commands 2.CommandFunctions.java - contains implementation of commands 3.BPlusTreeFilePageNav.java - conatins page level functions as per Bplus tree principles.
Compile and run the following file. javac DavisBase