brianshih1 / mini-key-value-db

1 stars 1 forks source link

Proposal: A quick start section under mdbooks #17

Open varunu28 opened 8 months ago

varunu28 commented 8 months ago

Currently building & using rustyDB in a standalone project requires setting up tokio & futures. Having a quick start guide to get the project up & running can make it easier for playing around with the API.

In the longer term this can be published as a crate on crates.io

varunu28 commented 8 months ago

Happy to work on this as I am already working my way through the API

brianshih1 commented 8 months ago

A quick start would be awesome! Feel free to modify the APIs if you feel like it too! A lot of them don't return the proper error messages :/