Hey! Check out kotlin.document.store. Any feedback would be greatly appreciated!
kotlin.documen.store is a fast NoSql document store for Kotlin Multiplatform, originally created for JetBrains/package-search-intellij-plugin for a fast and reliable offline cache, evolved for all KMP developers 🚀
i
iamsteveholmes
03/10/2025, 6:23 PM
Does the document store allow for encryption/decryption? I'm looking for ways to deal with some very large json docs...
l
Lamberto Basti
03/10/2025, 6:25 PM
Hey :) It depends on the data store. On iOS only leveldb is available and it does not support it
i
iamsteveholmes
03/10/2025, 6:26 PM
That’s good to know. I was figuring I’d have to implement my own document transformation to decrease the size
l
Lamberto Basti
03/10/2025, 7:16 PM
Well, it does not support encryption, but there is not storage limitations. Also, the database is a folder. You can always zip it and encrypt it when not using the database.