vincent-herlemont / native_db

Drop-in embedded database in Rust
MIT License
433 stars 17 forks source link

Automatic migration 0.5.x to 0.6.0 because there is a breaking change from redb data layer #121

Closed vincent-herlemont closed 5 months ago

vincent-herlemont commented 6 months ago

Related change from redb

vincent-herlemont commented 5 months ago

There will be no need for documentation; the upgrade from 0.5.x to 0.6.x will be completely transparent if the upgrade_0_5_x feature is enabled (it will be enabled by default). The open() method will perform an automatic upgrade.