Proposed change to expose NoSync in Options. Hopefully this is a reasonable change. The justification for this is I use a number of libraries which simply expose the Options passed into Open() but not the underlying DB they create. To enable NoSync in these cases, I either have to fork the library or fork bolt.
Proposed change to expose
NoSync
inOptions
. Hopefully this is a reasonable change. The justification for this is I use a number of libraries which simply expose theOptions
passed intoOpen()
but not the underlyingDB
they create. To enableNoSync
in these cases, I either have to fork the library or fork bolt.