Skip to content

ShrewDB is a tiny key-value store written in Rust.

Notifications You must be signed in to change notification settings

shrirambalaji/shrewdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


ShrewDB is a tiny key-value store written in Rust. It's named after the Etruscan Shrew - the world's smallest mammal.

ShrewDB uses a simple BTreeMap as it's datastore, and aims to be fast when used with smaller data sets.

Roadmap

  • Implement a Write Ahead Log
  • Support distributed transactions

License

MIT

About

ShrewDB is a tiny key-value store written in Rust.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages