-
Notifications
You must be signed in to change notification settings - Fork 46
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
DB files not readible by other implementations #273
Comments
domaintokens_lmdb_shadow_test_db.db.tar.gz Some binaries my program created. (Standard content encoding. No lightningstream stuff) |
I get it to compile with the latest change. Thanks. But now my tests SEGFAULT. 😢 |
Tests pass. 👍 |
Seems to work. Lightningstream and other apps can open the files. Thanks a lot, I could not have done it myself. Can you publish this version as a beta? Building from git repo takes some really janky hacks in my CI/CD. 🙏 |
Probably will publish a beta later today. |
Got it, thanks. |
I described this in #267 but it's actually not specific to that.
All files I manage to create with lmdb-js are not readable by for example
mdb_stat
but also lightnighstream which uses the golang implementation.The same is true with
noSubdir: true
andmdb_stat -n
The text was updated successfully, but these errors were encountered: