khonsulabs / bonsaidb

A developer-friendly document database that grows with you, written in Rust
https://bonsaidb.io/
Apache License 2.0
1.01k stars 37 forks source link

Finish Async/Blocking changes #230

Closed ecton closed 2 years ago

ecton commented 2 years ago

I merged #220 last night to hopefully allow a potential user to stop refactoring their application to tokio specifically to use BonsaiDb. While all unit tests pass and I feel comfortable that the API won't change before release, there's still a lot of cleanup to do:

ecton commented 2 years ago

I feel pretty good with the state of these changes.