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
I've looked at this issue, and while in principle it should be possible, the initialization process (inherited from the original implementation) is kind of complex - so it's not super easy to pull apart, unfortunately.
Hi
I'm opening a leveldb database to read 1 value, but this causes writes, acquiring the lock, but also creating .log files
In goleveldb, it's possible to open the database read-only; can I do that on leveldb-rs?
The text was updated successfully, but these errors were encountered: