{ "db_name": "PostgreSQL", "query": "SELECT \n name,\n description,\n image,\n product_id,\n category_id,\n price_major,\n price_minor,\n price_currency,\n sku_able\n FROM\n cqrs_inventory_product_query\n WHERE\n product_id = $1;", "describe": { "columns": [ { "ordinal": 0, "name": "name", "type_info": "Text" }, { "ordinal": 1, "name": "description", "type_info": "Text" }, { "ordinal": 2, "name": "image", "type_info": "Text" }, { "ordinal": 3, "name": "product_id", "type_info": "Uuid" }, { "ordinal": 4, "name": "category_id", "type_info": "Uuid" }, { "ordinal": 5, "name": "price_major", "type_info": "Int4" }, { "ordinal": 6, "name": "price_minor", "type_info": "Int4" }, { "ordinal": 7, "name": "price_currency", "type_info": "Text" }, { "ordinal": 8, "name": "sku_able", "type_info": "Bool" } ], "parameters": { "Left": [ "Uuid" ] }, "nullable": [ false, true, true, false, false, false, false, false, false ] }, "hash": "4389b997a21aa5184102aaf7c90fc527776e7a753b12bf7035904dedde904aae" }