matrix-js-sdk icon indicating copy to clipboard operation
matrix-js-sdk copied to clipboard

Support for Realm as data store

Open Dexwell opened this issue 6 years ago • 1 comments

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?

Dexwell avatar Feb 11 '20 15:02 Dexwell

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.

bwindels avatar May 25 '20 08:05 bwindels