This is a fork of SKV with the following changes:
- Moved from a deprecated BoltDB to BBoltDB
- It has a new method "GetKeys" added that returns a list of keys stored in the DB.
- It also has been modified to use go modules.
skv is a Simple Key-Value store for Go.
Check the blog post for a description of skv internals.
Package documentation is available here.