Hey guys, starting to use Badger in my new project.
This might be a really simple question but I can’t find any real answer for it so I wanted to reach out and see what the devs think.
So I want to just count the number of items in the BadgerDB. In my head I know I can just run an iterator against keys and increment a counter that way, but is there any built-in method for this?
Thanks in advance!