{ "db_name": "PostgreSQL", "query": "SELECT id, name, slug, description,\n suspended_at AS \"suspended_at: chrono::DateTime\",\n auto_hide_threshold,\n state AS \"state: CommunityState\"\n FROM communities WHERE id = $1", "describe": { "columns": [ { "ordinal": 0, "name": "id", "type_info": "Uuid" }, { "ordinal": 1, "name": "name", "type_info": "Text" }, { "ordinal": 2, "name": "slug", "type_info": "Text" }, { "ordinal": 3, "name": "description", "type_info": "Text" }, { "ordinal": 4, "name": "suspended_at: chrono::DateTime", "type_info": "Timestamptz" }, { "ordinal": 5, "name": "auto_hide_threshold", "type_info": "Int4" }, { "ordinal": 6, "name": "state: CommunityState", "type_info": "Text" } ], "parameters": { "Left": [ "Uuid" ] }, "nullable": [ false, false, false, true, true, true, false ] }, "hash": "2a06e1e3e30841ed6cdc6bca28aafaed2ebeffe25a7010043e92db90e9a62dab" }