You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bump konserve 0.9.342 -> 0.9.346
Picks up the switch to replikativ.logging, fixing missing transitive
dependency reported in replikativ/datahike-lmdb#1.
Add multimethod dispatch support for unified store interface.
- Register :lmdb backend with store/connect-store, store/create-store, store/store-exists?, store/delete-store, store/release-store multimethods
- Wrap all dispatch methods with async+sync macro for polymorphic sync/async execution
- All protocol implementations already support async/sync polymorphism
- Enables unified store dispatch from konserve.store