Replies: 1 comment
|
Another idea is to use a private GitHub Gist (version controlled!) |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
My initial thoughts of additional data storage are:
YAML(easy... config is already using this)TinyDBwith extensionstinydb-serializationandBetterJSONStorageI'm shying away from full database setups, although that may make no sense to people who are used to databases... Especially once I have the docker-compose setup!
All reactions