meilisearch / heed

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

Remove the `PolyDatabase` #197

Closed Kerollmops closed 1 year ago

Kerollmops commented 1 year ago

This PR removes the PolyDatabase type to simplify the library usage.

Kerollmops commented 1 year ago

Merged as part of #200.