{ "db_name": "PostgreSQL", "query": "\n delete from routing\n where id = $1\n returning id, configuration as \"configuration: sqlx::types::Json\"\n ", "describe": { "columns": [ { "ordinal": 0, "name": "id", "type_info": "Uuid" }, { "ordinal": 1, "name": "configuration: sqlx::types::Json", "type_info": "Jsonb" } ], "parameters": { "Left": [ "Uuid" ] }, "nullable": [ false, false ] }, "hash": "4fd63e6ec0ff3d61d790de01066341b25223bd39f1a51cc1abb60149e4a8092b" }