{ "db_name": "PostgreSQL", "query": "\n delete from rule\n where id = $1 and version = $2\n returning id, uuid, version, configuration as \"configuration: sqlx::types::Json\"\n ", "describe": { "columns": [ { "ordinal": 0, "name": "id", "type_info": "Text" }, { "ordinal": 1, "name": "uuid", "type_info": "Uuid" }, { "ordinal": 2, "name": "version", "type_info": "Text" }, { "ordinal": 3, "name": "configuration: sqlx::types::Json", "type_info": "Jsonb" } ], "parameters": { "Left": [ "Text", "Text" ] }, "nullable": [ true, false, true, false ] }, "hash": "7cff078d0d3b77228a5f4b407e56d09cdb28ed976721da2c943e78cfbf361fb9" }