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