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
# Structs
LunchOrder represents a lunch order.
Meal represents a meal that can be ordered.
Person represents a person ordering lunch.
No description provided by the author
# Interfaces
LunchDB represents a lunchorder database.