Skip to content

dooferlad/blight

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Blight

Blight is the boilerplate around bbolt that I found myself copying out of one project into another, then stopped to put it here.

db := blight.New(bdb)
db.Set("bucket", "key", "value")
v, err := db.Get("bucket", "key")

v == "value"

It isn't much, but it makes my life easier.

About

Boilerplate around bbolt

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages