@whilo Is there an example of updated -update-in
function, and / or tests that I could port to the postgres backend?
from what I see, I should just use apply
to call update-in instead of directly calling it (https://github.com/replikativ/konserve/blob/master/src/konserve/memory.cljc#L15)
If I got it right konserve-pg should be ready for konserve 0.6.0 (https://github.com/retro/konserve-pg/commit/b598bdd6a3621e20daed6a55efe9c45c4b07fc15)
@mihaelkonjevic Yes, that looks correct! Thanks 🙂