{ "db_name": "PostgreSQL", "query": "\n SELECT \n status as \"status!: ProjectStatus\",\n COUNT(*)::int as \"count!\"\n FROM projects\n GROUP BY status\n ", "describe": { "columns": [ { "ordinal": 0, "name": "status!: ProjectStatus", "type_info": { "Custom": { "name": "project_status", "kind": { "Enum": [ "active", "maintained", "archived", "hidden" ] } } } }, { "ordinal": 1, "name": "count!", "type_info": "Int4" } ], "parameters": { "Left": [] }, "nullable": [ false, null ] }, "hash": "1dce5dfc93dcb882e6bdeacbe4156ad56c0e14144b2e0a6d8b1fcc29196dcca0" }