There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
This is a mini DBMS implemented using Java. It supports simulating most of SQL basic operations like creating tables, inserting, deleting, updating and selecting. It also supports creating multi-dimensional indices (Grid Indices) to optimize some queries. Users can execute some queries by writing a query in the standard SQL standard using parseSQL method. The main class is DBApp.java.