Storage
- We're not using a database (not even SQLite)
- because it's terrible complicated to synchronize a database between different machines
- and / or allow offline access to a central database
- So we went the way of
git
and decided to store all info locally.