Skip to content

A simple database engine that supports some database functionalities

Notifications You must be signed in to change notification settings

IsmailElShinnawy/DBEngine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DBEngine

A simple implementation of a DB engine in Java, supporting creation of tables, inserting, updating and deleting records, selecting from tables and also supports creating grid indices on columns in table and supports previously mentioned operations using the indices for optimizing the performance.

Bounus features added

  1. Partial queries support

    • partial insert
    • partial delete
    • partial update
    • partial select
  2. Printing the tables and the indices using the printTable(String) and the printIndexFromTable(int, String) methods

Contributors

Ismail El Shinnawy 46-4847

Ali Amr 46-2960

Mohamed Zakaria 46-6182

About

A simple database engine that supports some database functionalities

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages