You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(db): include database version in DbEnv (#155)
* feat(db): include database version in `DbEnv`
- Add private `version` field to `DbEnvInner` struct
- Modify `DbEnv::open()` to accept version parameter
- Update `open_ephemeral()` to use `CURRENT_DB_VERSION`
- Add public `version()` getter method to access stored version
- Update `open_db()` and `init_db()` to read and pass version from file
- Update CLI database opening functions to handle version parameter
The database version is now accessible at the provider level through
`DbEnv::version()` method as requested in issue #154.
Co-authored-by: Ammar Arif <kariy@users.noreply.github.com>
* wip
* wip
* wip
* add back ephemeral db geometry
* wip
* fix
---------
Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>
Co-authored-by: Ammar Arif <kariy@users.noreply.github.com>
0 commit comments