Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 452 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 452 Bytes

baildon

asynchronous B+Tree

There are three components:

  • baildon: a library which implements a simple B+Tree
  • baildon-store: a CLI which implements a Key/Value store
  • baildon-glue: a CLI which implements GlueSQL to provide a simple database using baildon

baildon is the main deliverable from this repo, the two CLIs mainly exist to demonstrate how to use the library.