Skip to content

AlduinTheWorldEater/RDB-cppMS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RDB-cppMS

A pure C++ project to replicate the very basic commands in a relational database management system.

Features

  • Menu driven, so there is no GUI or any other hefty process in the foreground.
  • Supports CREATE, DELETE and RENAME TABLE operations, but only 1 database
  • Supports ADD TO and SELECT FROM relation operation
  • Supports UNION, DIFFERENCE, CARTESIAN PRODUCT and NATURAL JOIN between two relations.
  • Supports the PROJECTION of a relation wrt a given set of columns.
  • Uses the same text interfac to cleanly formt and print the relation.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published