meilisearch / heed

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

Ask the user a write transaction to create a database #168

Closed Kerollmops closed 1 year ago

Kerollmops commented 1 year ago

This PR removes the use of subtransactions to create a database that users use heed with some important LMDB options, e.g., MDB_WRITE_MAP. It is breaking, but as this branch was never released on crates.io and is only used by the Meilisearch team 🤷