Skip to content

DragonRocket/TinyDBMS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TinyDBMS

'You Definitely Need Efficient Record Keeper'


Table of Contents

[TOCM]

[TOC]

Features


TinyDBMS with following features

Search by ID in O(1) Search by Title in O(lgn) Add Record Feature Update Existing Record Feature Delete Exisiting Record Feature Interactive UI

Tech


TinyDBMS is completely written in C++ Language. It can efficiently search for a Record stored in file and it have Record adding, updating and deletion feature.

Installation


TinyDBMS requires G++, GDB and make to run.

Install all dependencies before installation

Dependencies Installation (for debian based linux)
  1. open terminal
  2. run the following commands on terminal
sudo apt update -y
sudo apt upgrade -y
sudo apt install make -y
sudo apt install gdb -y
sudo apt install g++ -y
TinyDBMS Installation
  1. extract the zip
  2. open the terminal in the extracted folder
  3. run the following command on terminal
make

RUN


Execute either way

Enter following commands on terminal

One Way
make run
Another Way
./bin/main

Additional Command


  • To remove the previous build
make clean

END


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published