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.