Skip to content

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 parseS…

Notifications You must be signed in to change notification settings

MohamedShetewi/Mini-DataBase-Engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mini-DataBase-Engine

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.

About

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 parseS…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages