Skip to content

VTerziev/KeyValueDatabase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BTreeDictionary

A CLI tool for a simple key-value database. Implemented, using a B-Tree to ensure the efficiency of operations.
The main operations are:

  • set key value
  • get key Also supports transactions.

TODO

  • Split code in different modules
  • Add tests
  • Make the write to file of the root reference fault-tolerant

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages