ADAlexander Deminindemin.hashnode.dev·Sep 13, 2022 · 2 min readGitHub as a databasegit is indeed a database. GitHub is a remote database powered by git. I needed a way to keep information about specific important events in my code nicely saved for later analysis. What can be better than committing them to a VCS? Timestamps, commit ...00