matrix-js-sdk
matrix-js-sdk copied to clipboard
Support for Realm as data store
Could we possibly get official support for realm-js as a matrix-js-sdk store? A RealmStore would make it much easier to build Matrix apps with caching using React Native.
I've been looking at converting the LocalIndexedDBStoreBackend to work with Realm, but my complete lack of experience with both IndexedDB and the matrix-js-sdk isn't really getting me anywhere. Perhaps someone with more experience can easily write a wrapper?
Sorry for the late reply, I don't think we have bandwidth to support this at this time. We do plan on improving our storage layer in the future, and perhaps once that is done, then this could be added as a community effort.