/dev/monacoremo
♻️🐘 Disposable local Postgres databases (without containers!)
January 17th, 2020
How to get 'disposable' Postgres databases whenever you need them.
Writing SQL for humans with Literate SQL
January 16th, 2020
How to write SQL primarily for humans, and not for machines.
Simply getting your dependencies with Nix
January 18th, 2020
How to use Nix packages and `nix-shell` to simply get your dependencies.
Sum types in relational databases: Yet another (IMO pretty neat) way to model them in SQL
January 18th, 2020
How to model sum types in SQL