This series is a collection of reflections and notes as I work with MySQL 8, SQLite 3 and Postgres 14 in my day job.

1. SQLite Schema[1], notes on migration schema in SQLite 3

2. Rosette[2], notes on moving from MySQL 8 to Postgres 14.5 in a project

3. PL/pgSQL, a Quick Intro[3], notes on starting to write functions and procedures in Postgres 14.5

4. Postgres 14 on Ubuntu 22.04 LTS[4], quick distillation of setting up Postgres 14 on Ubuntu 22.04 LTS

5. Postgres Quick Notes, take two[5], Revised notes on setting up my Postgres instances with macOS extras

1: /blog/2021/04/16/Updating-Schema-in-SQLite3.gmi

2: /blog/2022/08/19/rosette-notes.gmi

3: /blog/2022/08/24/plpgsql-quick-intro.gmi

4: /blog/2022/08/26/postgres-14-on-ubuntu-22.04-LTS.gmi

5: /blog/2023/11/17/PostgreSQL-Quick-Notes.gmi