{ "db_name": "PostgreSQL", "query": "SELECT id, community_id, s3_key, content_type,\n removed_at AS \"removed_at: chrono::DateTime\"\n FROM images WHERE id = $1", "describe": { "columns": [ { "ordinal": 0, "name": "id", "type_info": "Uuid" }, { "ordinal": 1, "name": "community_id", "type_info": "Uuid" }, { "ordinal": 2, "name": "s3_key", "type_info": "Text" }, { "ordinal": 3, "name": "content_type", "type_info": "Text" }, { "ordinal": 4, "name": "removed_at: chrono::DateTime", "type_info": "Timestamptz" } ], "parameters": { "Left": [ "Uuid" ] }, "nullable": [ false, false, false, false, true ] }, "hash": "860a54e008c4866da0901ee619e12d979f1e04af37c29bb5953ced56e0b2b200" }