Is it possible to create a relationship in indexDB
using Dexie js
If possible how to define and use them ?
i have tried looking through the Dexie js
documentation they haven't mentioned database relationship anywhere
Yes, there is package dexie-relationships. I've tried it but finally remove. Cuz:
indexedDb
does not have real relationships like I used to in MySQL. This library is just sugar over dexie
.null
in table definition (tries to null.split()
it).Dexie
v3.0 is now in beta.1
stage and I don't know whether compatible with dexie-relationships
or would ever.PS: too late, but I think it should be published. It would save me a lot of time if I read this few month before.