I created a simple project for working with yaml files and thought of sharing it with you rather than keeping it local.
It is a very simple project, mostly loops over keys and works with interfaces{} created from a yaml marshal.
Repo: https://github.com/ulfox/dby
Features - add/update keys - delete keys - Get value of a key - Query for keys - Merge yaml files
Cheers,
I created a simple project for working with yaml files and thought of sharing it with you rather than keeping it local.
It is a very simple project, mostly loops over keys and works with interfaces{} created from a yaml marshal.
Repo: https://github.com/ulfox/dby
Features - add/update keys - delete keys - Get value of a key - Query for keys - Merge yaml files