A very small JDBC helper for repositories that store domain objects as
JSONB documents next to a few queryable columns: Sql (query/update/
transaction on a DataSource), Row/RowMapper, Json, and DocumentTable
(upsert, find, delete, DDL for one document-per-row table). Postgres
dialect, no Spring, no ORM.