Skip to content

kirukib/RDMS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RDMS

Running cmake

mkdir build
cd build

cmake ..
make

Then you will find aout file inside the build directory

./aout will run the tests for you.

You don't need to worry about anything.

  • using the database class, you can create tables
  • and tables.getRelation() returns set of Tuples
  • based on that you can implement the operations

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 98.3%
  • CMake 1.7%