meilisearch / heed

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

When closing an `Env` we must close the databases #209

Closed Kerollmops closed 4 months ago

Kerollmops commented 1 year ago

https://github.com/meilisearch/heed/blob/dea2f8506692f636dd11bfa0473434c9a040f7e5/heed/src/env.rs#L319-L334

Kerollmops commented 4 months ago

It doesn't seem required to close the DBIs when you want to close an environment: