Fork me on GitHub
#announcements
<
2020-03-17
>
g7s08:03:18

aye-db: ClojureScript wrapper for IndexedDB https://github.com/g7s/aye-db

👍 16
solf09:03:47

There seems to be an unused [promesa.core :as p] in the README example, or is it needed?

g7s09:03:57

It is there because I use it in the subsequent code snippets (such as the last with-tx example)

g7s09:03:36

but you are right it is a bit confusing. README needs a bit more work

metasoarous17:03:41

@U1C36HC6N @UB95JRKM3 Is IndexDB supported yet for konserve? You might want to consider using that if it fits your use case @UKQS17P3L, as it would offer portability.

kkuehne08:03:39

Thanks @U05100J3V, I'll have a look.

g7s08:03:08

@U05100J3V konserve AFAIK uses IDB as a backend to support get-in/assoc-in etc and does not provide any mechanism to allow transactions on operations between different object stores (which was my use case); but besides that I am not sure how one can, for example, change the key of a stored document atomically using konserve (maybe it can be done but I couldn't figure it out through their docs)