Jsondb / jsondb-core

JsonDB a pure java database that stores its data as Json Files

Home Page:http://www.jsondb.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Method for fast retrieval of collection size

magicDGS opened this issue · comments

Such feature would be great instead of requiring a call to findAll and create a new collection. Or maybe I am missing some other way to do so on an more efficient way with the current API?