Skip to content

Rachit1313/DatabaseProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Overview

In this project, we tried to implement a database system in C++ programming language written from scratch!

Compiling and Executing

To compile the program, go to root directory of the project and enter the following command in the terminal:

g++ -Wall -std=c++17 -o main ./src/Column.cc ./src/Table.cc ./src/main.cc

Then an executable file named main will be create in the root directory of the project.
Run the Program by executing the main file:

./main

Example

Example Image

About

A DBMS built with incorporated DML for tables, implement through overloaded C++ functions and concepts of Object Oriented Programming.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages