mirror of https://github.com/tidwall/buntdb.git
markdown formatting fix
This commit is contained in:
parent
a5a570e3c8
commit
83418750ee
|
@ -9,7 +9,6 @@
|
||||||
<a href="https://godoc.org/github.com/tidwall/buntdb"><img src="https://img.shields.io/badge/api-reference-blue.svg?style=flat-square" alt="GoDoc"></a>
|
<a href="https://godoc.org/github.com/tidwall/buntdb"><img src="https://img.shields.io/badge/api-reference-blue.svg?style=flat-square" alt="GoDoc"></a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|
||||||
BuntDB is a low-level, in-memory, key/value store in pure Go.
|
BuntDB is a low-level, in-memory, key/value store in pure Go.
|
||||||
It persists to disk, is ACID compliant, and uses locking for multiple
|
It persists to disk, is ACID compliant, and uses locking for multiple
|
||||||
readers and a single writer. It supports custom indexes and geospatial
|
readers and a single writer. It supports custom indexes and geospatial
|
||||||
|
|
Loading…
Reference in New Issue