datahike

https://datahike.io/, Join the conversation at https://discord.com/invite/kEBzMvb, history for this channel is available at https://clojurians.zulipchat.com/#narrow/stream/180378-slack-archive/topic/datahike
mihaelkonjevic 2019-08-05T12:41:33.019600Z

@whilo Is there an example of updated -update-in function, and / or tests that I could port to the postgres backend?

mihaelkonjevic 2019-08-05T12:43:38.020100Z

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)

mihaelkonjevic 2019-08-05T12:59:07.020600Z

If I got it right konserve-pg should be ready for konserve 0.6.0 (https://github.com/retro/konserve-pg/commit/b598bdd6a3621e20daed6a55efe9c45c4b07fc15)

whilo 2019-08-05T20:30:50.020900Z

@mihaelkonjevic Yes, that looks correct! Thanks 🙂

👍 1