GitKeyStore is a simple key value database using a GitHub repo for storage.
To save data make a post request to https://dylancontainers.tk/?key={YOUR KEY}&value={YOUR VALUE} writing to the GitHub repo required a pull request and a push so it can take a second or two.
To get a key back from the "database" (GitHub repo) just make a get request to https://dylancontainers.tk/{YOUR KEY} this is much faster then saving the data as it basically just navigates to the raw preview GitHub already provides.
The state of the art database management tool can be found here: https://dylancontainers.tk/View/Repo