boltdb / bolt

An embedded key/value database for Go.
MIT License
14.24k stars 1.51k forks source link

Add NoSync field to Options #722

Closed tylertreat closed 6 years ago

tylertreat commented 7 years ago

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.