{ "db_name": "PostgreSQL", "query": "SELECT COALESCE(SUM(amount_cents), 0)::BIGINT AS \"total!\" FROM tips WHERE recipient_id = $1 AND status = 'completed'", "describe": { "columns": [ { "ordinal": 0, "name": "total!", "type_info": "Int8" } ], "parameters": { "Left": [ "Uuid" ] }, "nullable": [ null ] }, "hash": "1b173822c0dfe66ea3bb9ae1aea044cb353aaeab38da1e015629fe1b571d19bd" }