bevy_pkv
bevy_pkv copied to clipboard
feat: Pickle DB Backend Support
This adds support for Pickle DB alternative backend for non-wasm based environments. #32
Is error handling done right
Are the tests passing locally for you?
Are the tests passing locally for you?
yes they are passing
Hmm.. okay. We need to figure out why they are failing in ci, then. Which os are you on?
Hmm.. okay. We need to figure out why they are failing in ci, then. Which os are you on?
arch linux wsl
Okay i tried on windows, passing there as well.
Maybe it's some parent directory that needs to be created or something? What happens if you delete the app folder? Do the tests fail then?
Guess i could try this myself, but on the go now
hey i think dump function is causing error
@johanhelsing I looked into pickledb source code, I might be wrong but it seems it loads the whole DB into memory which is a huge blocker for me to use.
Ah, bummer. In either case, I don't plan on getting rid of the other backends.
Other suggestions for maintained rust-only native backends are welcome.
hey I think its better to close this PR as redb support was added