Design and Implementation of “MiniDBMS”

  • A database management system written in C++, with no use of database packages.
  • Software allows the creation, definition, querying, administration and updating of user defined databases.
  • Software uses lex for query tokenization and yacc compiler for parsing input queries.
  • Uses B+tree indexing for data retrieval on “Where” clause.
  • Graded A+ for the project.