Somehow, I forgot how to start locally-installed Postgres instances. My loss is your gain, now we all have a .
pg_idkit is an extension powered by pgx that makes generating identifiers based on new schemes (UUIDv6, v7, v8, etc) easy.
Slonik is a Postgres database driver for NodeJS and it's pretty awesome. You should check it out if you haven't already.
Some quick code (PG migrations) to enable converting an auto-generated postgres primary key index to a covering index
An exporation in defining a safer type for dealing with prices using basic Postgres constructs, and using those types happily with an ORM
A few talks I gave in June 2019 separately on Postgres and GitLab
Some thoughts on Sqlite's thread safety, parallel access safety, and how I want to extend it
Getting a database up and running on Kubernetes