Max rows one ctx.db query may return; queries that could exceed it
should paginate with LIMIT/OFFSET. Exceeding the cap throws rather than
silently truncating — a shortened result is indistinguishable from a
complete one. Enforced identically under aai dev and on the platform
(both route through createPostgresDb).
Max rows one
ctx.dbquery may return; queries that could exceed it should paginate with LIMIT/OFFSET. Exceeding the cap throws rather than silently truncating — a shortened result is indistinguishable from a complete one. Enforced identically underaai devand on the platform (both route throughcreatePostgresDb).