boltdb
Here are 154 public repositories matching this topic...
A flexible commandline tool for template rendering. Supports lots of local and remote datasources.
-
Updated
Jul 31, 2021 - Go
Kind of issue
Feature request
Observed behavior
When the script is run in summarize mode, it shows the count of bricks in fstab, lvs, gluster volume info and mount and does not provide any information if the counts don't match.
Expected/desired behavior
When the count does not match for all 4, it should provide information about the difference and also possible commands t
a persistent real-time key-value store, with the same redis protocol with powerful features
-
Updated
May 18, 2021 - Go
Bot for Prometheus' Alertmanager
-
Updated
Jul 20, 2021 - Go
Simple key-value store abstraction and implementations for Go (Redis, Consul, etcd, bbolt, BadgerDB, LevelDB, Memcached, DynamoDB, S3, PostgreSQL, MongoDB, CockroachDB and many more)
-
Updated
Oct 27, 2020 - Go
URL Shortener written in Golang using Bolt DB or Redis. Provides features such as Deletion, Expiration, OAuth and is of course Dockerizable.
-
Updated
Feb 26, 2021 - Go
Command-line app for viewing BoltDB file in your terminal
-
Updated
Mar 31, 2021 - Go
Quick and simple file sharing between different devices, built with Go, React and Typescript.
-
Updated
Jul 31, 2021 - Go
boltBrowser is a GUI web-based explorer and editor for boltDB
-
Updated
Jul 3, 2021 - Go
A standalone lightweight full-text search engine built on top of blevesearch and Go with multiple storage (scorch, boltdb, leveldb, badger)
-
Updated
Dec 29, 2018 - Go
A simple and integrity blockchain implementation in Golang
-
Updated
Aug 13, 2018 - Go
-
Updated
Mar 24, 2020 - Go
Calories Tracker for the Commandline
-
Updated
Aug 10, 2020 - Go
Telegram notification with IPython magics.
-
Updated
Dec 28, 2017 - Go
Yet another simple single-user file-based golang-driven blog engine
-
Updated
Jun 16, 2021 - Go
自底向上分析boltdb源码https://www.bookstack.cn/books/jaydenwen123-boltdb_book
-
Updated
Jun 22, 2021 - Shell
Compact server implementing xBrowserSync API using Golang and BoltDB
-
Updated
Nov 4, 2018 - Go
Key/Value Store Abstraction Library written in Go
-
Updated
Oct 16, 2017 - Go
Web analytics on your server
-
Updated
Jun 4, 2019 - Go
Improve this page
Add a description, image, and links to the boltdb topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the boltdb topic, visit your repo's landing page and select "manage topics."


Calling
db.Dropwhen a bucket does not exist returns "bucket not found" and that error is directly from bolt'sbolt.ErrBucketNotFound, I believe this error should be translated tostorm.ErrNotFound.