Skip to content

hzonuz/kvdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Key-Value Database (kvdb)

A simple key-value database application implemented in C++.

Installation

  1. Build the Project:

    make
    
  2. Install the Executable:

    sudo make install
    

Usage

To run the key-value database application, simply execute the installed binary:

kvdb

About

A in-memory key-value store implemented in C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published