package
0.0.0-20241030073138-9b4a7b01f56d
Repository: https://github.com/rstropek/golang-samples.git
Documentation: pkg.go.dev
# README
Badger DB
In this sample, I played around with the key-value store Badger.
Use this sample to:
- Learn about Badger
- Learn basics about Go unit tests