We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have a boltdb config file which generate in go language, I want to read it using jammdb, but it panic when I open it, the error as follows:
thread 'main' panicked at 'assertion failed: `(left == right)` left: `4`, right: `3`', /home/jicky/.cargo/registry/src/mirrors.sjtug.sjtu.edu.cn-be2141875385cea5/jammdb-0.10.0/src/page.rs:69:9 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace Aborted (core dumped)
The text was updated successfully, but these errors were encountered:
jammdb is not compatible with databases from BoltDB. It's heavily inspired by bolt, but not 100% file compatible.
Sorry, something went wrong.
No branches or pull requests
I have a boltdb config file which generate in go language, I want to read it using jammdb, but it panic when I open it, the error as follows:
The text was updated successfully, but these errors were encountered: