Fork me on GitHub
#datahike
<
2023-09-15
>
Patrick Brown16:09:25

What's the status on Konserve IDB? I had to fork it and make some extremely minor changes with requiring macros, but I was unable to do anything async that either put data in or out. My assumption is that I'm using it wrong, run-cljs-tests profile returns no errors. When's the last time someone used the indexeddb storage layer?

pat17:09:41

how are you compiling it

Patrick Brown17:09:23

Pat convention! shadow-cljs, optimizations :none

pat17:09:04

i will take a look

Patrick Brown18:09:47

I think that works, I'm able to see my assoc data in dev-tools. My assumption that I just don't get how to use async with the library appears sadly correct. Are you using konserve in the browser?

pat18:09:58

can you show me a gist or something that is not working for you

pat18:09:56

i just run all the tests in electron and they were fine