mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
add database bbolt (#2908)
* add database bbolt bolt is archived by the owner * remove the archived repo bolt
This commit is contained in:
parent
aa3ff235e9
commit
7ff7a03e28
@ -387,10 +387,10 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
|
|||||||
*Databases implemented in Go.*
|
*Databases implemented in Go.*
|
||||||
|
|
||||||
* [badger](https://github.com/dgraph-io/badger) - Fast key-value store in Go.
|
* [badger](https://github.com/dgraph-io/badger) - Fast key-value store in Go.
|
||||||
|
* [bbolt](https://github.com/etcd-io/bbolt) - An embedded key/value database for Go.
|
||||||
* [bcache](https://github.com/iwanbk/bcache) - Eventually consistent distributed in-memory cache Go library.
|
* [bcache](https://github.com/iwanbk/bcache) - Eventually consistent distributed in-memory cache Go library.
|
||||||
* [BigCache](https://github.com/allegro/bigcache) - Efficient key/value cache for gigabytes of data.
|
* [BigCache](https://github.com/allegro/bigcache) - Efficient key/value cache for gigabytes of data.
|
||||||
* [Bitcask](https://github.com/prologic/bitcask) - Bitcask is an embeddable, persistent and fast key-value (KV) database written in pure Go with predictable read/write performance, low latency and high throughput thanks to the bitcask on-disk layout (LSM+WAL).
|
* [Bitcask](https://github.com/prologic/bitcask) - Bitcask is an embeddable, persistent and fast key-value (KV) database written in pure Go with predictable read/write performance, low latency and high throughput thanks to the bitcask on-disk layout (LSM+WAL).
|
||||||
* [bolt](https://github.com/boltdb/bolt) - Low-level key/value database for Go.
|
|
||||||
* [buntdb](https://github.com/tidwall/buntdb) - Fast, embeddable, in-memory key/value database for Go with custom indexing and spatial support.
|
* [buntdb](https://github.com/tidwall/buntdb) - Fast, embeddable, in-memory key/value database for Go with custom indexing and spatial support.
|
||||||
* [cache](https://github.com/akyoto/cache) - In-memory key:value store with expiration time, 0 dependencies, <100 LoC, 100% coverage.
|
* [cache](https://github.com/akyoto/cache) - In-memory key:value store with expiration time, 0 dependencies, <100 LoC, 100% coverage.
|
||||||
* [cache2go](https://github.com/muesli/cache2go) - In-memory key:value cache which supports automatic invalidation based on timeouts.
|
* [cache2go](https://github.com/muesli/cache2go) - In-memory key:value cache which supports automatic invalidation based on timeouts.
|
||||||
|
Loading…
Reference in New Issue
Block a user