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

Book method for fetching number total number of keys #121

Closed denis256 closed 6 years ago

denis256 commented 6 years ago

Hi, is a good idea to add to Book class method, which will return a count of stored keys? (and not use getAllKeys().size())

If it is a good idea, I can work on an implementation of this feature.

pilgr commented 6 years ago

Hi! Thank you for reaching me with this idea! However, for now, I don't think it would be a nice addition to the API.