{ "db_name": "PostgreSQL", "query": "select id, domain, base_url, public_key,\n status as \"status: InstanceStatus\", reason\n from chat_instances where domain = $1", "describe": { "columns": [ { "ordinal": 0, "name": "id", "type_info": "Text" }, { "ordinal": 1, "name": "domain", "type_info": "Text" }, { "ordinal": 2, "name": "base_url", "type_info": "Text" }, { "ordinal": 3, "name": "public_key", "type_info": "Text" }, { "ordinal": 4, "name": "status: InstanceStatus", "type_info": { "Custom": { "name": "instance_status", "kind": { "Enum": [ "active", "suspended" ] } } } }, { "ordinal": 5, "name": "reason", "type_info": "Text" } ], "parameters": { "Left": [ "Text" ] }, "nullable": [ false, false, false, false, false, true ] }, "hash": "dab570575b63e52a4bee944f139121074794c172310c88bdcdd8bef083df9431" }