-
Provide a step-by-step guide for migration from LMDB to MDBX.
-
The LMDB cursor API is quite powerful; something similar should be exposed by `heed`. The `RwIter` API gets close, but is `unsafe` and does not handle seeking to arbitrary keys. The API should allow t…
-
- Program: Authoritative
- Issue type: Feature request
### Short description
When users change things via the API, the auth knows this, and can flush caches. When changes come in via some oth…
-
Thanks for the interesting work!
1. I'm currently trying to use the results of Amuse in the Unity engine. I'd like to obtain **only the results from infer_gesture as an .npz file**. Currently, run…
-
should be possible. such that whenever the app launches, it has an lmdb store to command in, and whenever it exits, it saves its state into the store. even if it crashes, the state is stored in lmdb, …
sidnt updated
4 years ago
-
It would be awesome if grain supported syncing with negentropy.
staab updated
7 hours ago
-
This is what I get from the library I just ported:
Installing lmdb.dll to C:\gtk-build\gtk\x64\release\bin
Installing lmdb.pdb to C:\gtk-build\gtk\x64\release\bin
Installing lmdb.lib to C:\gtk-bu…
nacho updated
6 years ago
-
In an effort to minimize the dependency footprint of the project, implementing an in-memory key-value store that implements the LMDB API will allow to make `lmdb` an optional dependency. It will need …
-
Hello!
I was looking at the current master and it looks very promising. The only part that is missing is hydrating the references when an entity is pulled from the database. I would like to complete …
-
## Description
All current releases of LMDB (up to 0.9.29) require the full size of the database to be allocated on Windows. This means that the slasher will create a 256GB file immediately upon st…