johanhelsing / bevy_pkv

Cross-platform (including wasm) persistent key value store plugin for rust games/apps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Switch to a maintained rust-based implementation on native

johanhelsing opened this issue · comments

Our current default store, sled is abandoned. And our alternative rocksdb implementation is not implemented in rust.

Would be nice if the default was a well-maintained rust-only crate.

Some alternatives to look into: