#!/bin/sh psql sheet -XAt -c " SELECT json_object_agg(coalesce(form, ''), forms) FROM _cat_words " | sed 's/ : / => /g'