forked from mirror/buntdb
Update README.md
This commit is contained in:
parent
10fbc48357
commit
001aac9135
|
@ -5,7 +5,7 @@
|
||||||
<br>
|
<br>
|
||||||
<a href="https://goreportcard.com/report/github.com/tidwall/buntdb"><img src="https://goreportcard.com/badge/github.com/tidwall/buntdb?style=flat-square" alt="Go Report Card"></a>
|
<a href="https://goreportcard.com/report/github.com/tidwall/buntdb"><img src="https://goreportcard.com/badge/github.com/tidwall/buntdb?style=flat-square" alt="Go Report Card"></a>
|
||||||
<a href="https://godoc.org/github.com/tidwall/buntdb"><img src="https://img.shields.io/badge/go-documentation-blue.svg?style=flat-square" alt="Godoc"></a>
|
<a href="https://godoc.org/github.com/tidwall/buntdb"><img src="https://img.shields.io/badge/go-documentation-blue.svg?style=flat-square" alt="Godoc"></a>
|
||||||
<a href="https://github.com/tidwall/buntdb/master/LICENSE"><img src="https://img.shields.io/github/license/tidwall/buntdb.svg?style=flat-square" alt="LICENSE"></a>
|
<a href="https://github.com/tidwall/buntdb/blob/master/LICENSE"><img src="https://img.shields.io/github/license/tidwall/buntdb.svg?style=flat-square" alt="LICENSE"></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.
|
||||||
|
|
Loading…
Reference in New Issue