Count number of records in lmdb databse with python
I think it should be like this:
lmdb_env = lmdb.open(lmdb_file_name, readonly=True)
print lmdb_env.stat()
Then it prints the directory that Jaco pasted here.
I think it should be like this:
lmdb_env = lmdb.open(lmdb_file_name, readonly=True)
print lmdb_env.stat()
Then it prints the directory that Jaco pasted here.