I’ve just published an initial release of purescript-dexie, which is my first Purescript library . It’s a set of low level bindings for the dexie library for working with indexed db API. Hopefully it may be of some use to some people out there
I’m hoping to wrap this library in a more opinioned and type safe library in the future as the aim here was to just transaparently bind to the libraries API as it is, rather than to be strict enough with the types to prevent misuse. So I might be on these forums in the near future if I get stuck and need help wrangling with some tricky type level stuff, though hopefully won’t be too hard
Any and all feedback welcome