GregoryConrad / mimir

⚡ Supercharged Flutter/Dart Database
https://pub.dev/packages/mimir
MIT License
117 stars 7 forks source link

Switch to redb backend #231

Open GregoryConrad opened 1 year ago

GregoryConrad commented 1 year ago

Having the LMDB backend from milli is the root of a lot of problems (#10, #101, #227); we need a redb polyfill over in heed.

Unfortunately, I won't be able to get around to this for quite some time. If you know Rust, or want to learn some, I'd really appreciate some help here. I'd be more than happy to help guide you on what to do to get this landed.