Kotlin.document.store - Fast NoSql document store for Kotlin Multiplatform

Hey! Check out kotlin.document.store. Any feedback would be greatly appreciated!

1 Like

Interesting idea. I’ve done several similar things. And I was thinking about making it more generic but decided against it because the use cases are quite different, and it is easier to make specific platform implementation when needed. More use cases would be nice.

Also why not use JCache for JVM?