A fast, pure Go key/value database library.
This release is to fix a bug that occurs with the new Go 1.7 SSA backend.
Features: File locking on Windows (#419) IBM Power & Z Support (#431) Add DB.InitialMmapSize (#432, #472) Add Tx.WriteToFlag to specify OS write flags (#454) Add DB.MmapFlag to specify mmap() ...
The readme says: Read-only transactions and read-write transactions should not depend on one another and generally shouldn't be opened simultaneously in the same goroutine. This can cause a dea...
An embedded key/value database for Go. Contribute to boltdb/bolt development by creating an account on GitHub.