Thursday, 30th April 2020
TIL
Compile a new sqlite3 binary on Ubuntu
— I wanted to try the `vacuum into` backup command that was released in SQLite3 3.27.0 [on 2019-02-07](https://www.sqlite.org/changes.html#version_3_27_0).
TIL
Accessing repository dependencies in the GitHub GraphQL API
— [Access to a Repositories Dependency Graph](https://developer.github.com/v4/previews/#access-to-a-repositories-dependency-graph) describes a preview API for accessing GitHub repository dependencies.