Skip to content
New issue

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

can't open boltdb file #32

Closed
jackyzjk opened this issue Sep 26, 2023 · 1 comment
Closed

can't open boltdb file #32

jackyzjk opened this issue Sep 26, 2023 · 1 comment

Comments

@jackyzjk
Copy link

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)
@pjtatlow
Copy link
Owner

jammdb is not compatible with databases from BoltDB. It's heavily inspired by bolt, but not 100% file compatible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants