Skip to content
/ DBMS Public

Database Management system implemented in Java that utilizes Protocol buffers for fast execution. Complex Boolean expressions are evaluated using Infix to Postifx conversion and Postfix evaluation.

Notifications You must be signed in to change notification settings

Hamada14/DBMS

Repository files navigation

DBMS

DBMS that supports basic SQL like syntax querying. JDBC interface was implemented to provide support to be used in Java.

Supported Queries:

  • Select Queries are supported with no support to distinct, or count.
  • Alter Queries.
  • Delete Queries.
  • Insert Queries.
  • Update Queries. All queries can use the complex boolean expressions that are evaluated using Infix to Postfix conversion then Postfix evaluation.

About

Database Management system implemented in Java that utilizes Protocol buffers for fast execution. Complex Boolean expressions are evaluated using Infix to Postifx conversion and Postfix evaluation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages