pilgr / Paper

Paper is a fast NoSQL-like storage for Java/Kotlin objects on Android with automatic schema migration support.
Apache License 2.0
2.35k stars 234 forks source link

Need interprocess support #139

Closed madhankumardroid closed 4 years ago

madhankumardroid commented 5 years ago

Sometimes the lib throws exception when a key is accessed across processes. If possible, please add support for it.

pilgr commented 4 years ago

It's quite hard to achieve with current architecture so I would consider this feature as out of library scope.