Just added: Embedded C From Zero
PostgreSQL
-- attrs is a JSONB column with a "color" key on every row.
-- Pull it out as plain text, aliased as color.
SELECT name, attrs FROM products;