Hey! Check out <kotlin.document.store>. Any feedba...
# ios
l
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
Does the document store allow for encryption/decryption? I'm looking for ways to deal with some very large json docs...
l
Hey :) It depends on the data store. On iOS only leveldb is available and it does not support it
i
That’s good to know. I was figuring I’d have to implement my own document transformation to decrease the size
l
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.