Skip to content

PPjamies/Simple-Database

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

A Simple Datastore Built in Rust

  • Database stores (key, val) in an append only log.txt
  • Index stores (key, offset, operation) in append only offset.txt used to restore indexes
  • The last offset in database is stored in offset.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages