Skip to content

Latest commit

 

History

History
36 lines (20 loc) · 642 Bytes

README.md

File metadata and controls

36 lines (20 loc) · 642 Bytes

RDMS

The latest version can be found on the operations branch

  • using the database class, you can create tables
  • and tables.getRelation() returns set of Tuples
  • based on that you can implement the operations
  • ./aout will run the tests.
  • This README will be edited further after fixing the some bugs/issues that are encountered while making change to some implementations

Running cmake

mkdir build
cd build

cmake ..
make

Author

  • Kalkidan Fekadu

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • Kasim Ebrahim