meilisearch / heed

A fully typed LMDB wrapper with minimum overhead 🐦
https://docs.rs/heed
MIT License
519 stars 52 forks source link

Expose the `MdbStat` structure from a database #240

Closed Kerollmops closed 5 months ago

Kerollmops commented 5 months ago

It would be great to be able to retrieve the stats of a database by using the mdb_stat function and Mdb_stat struct.