Skip to content

rodneykeeling/kv_db

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kv.db

An extension of the key-value datastore tutorial by Ryan Levick. This is just a pet project for learning Rust.

Source: https://www.youtube.com/watch?v=WnWGO-tLtLA

TODO:

  • flush only on Drop
  • create kv.db file if not exists
  • add case-insensitive inserts
  • add delete-by-key functionality
  • add print-value-by-key functionality
  • add tests
  • add better error handling

About

A key-value store written in Rust based on the great Into to Rust tutorial https://www.youtube.com/watch?v=WnWGO-tLtLA

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages