boltdb
Here are 144 public repositories matching this topic...
-
Updated
Nov 14, 2020 - Go
-
Updated
Jul 30, 2020 - Go
-
Updated
Sep 27, 2020 - Go
-
Updated
Oct 27, 2020 - Go
-
Updated
Aug 7, 2020 - Go
-
Updated
Oct 2, 2020 - Go
-
Updated
Dec 29, 2018 - Go
-
Updated
Feb 20, 2019 - Go
-
Updated
Aug 13, 2018 - Go
-
Updated
Mar 24, 2020 - Go
-
Updated
Aug 10, 2020 - Go
-
Updated
Dec 28, 2017 - Go
-
Updated
Aug 13, 2020 - Go
-
Updated
Oct 16, 2017 - Go
-
Updated
Nov 4, 2018 - Go
-
Updated
Feb 16, 2020 - Go
-
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.Drop
when 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
.