{ "db_name": "PostgreSQL", "query": "\n SELECT t.id, f.storage_path as \"source_path!\"\n FROM tracks t\n JOIN files f ON t.file_id = f.id\n WHERE t.id = $1\n ", "describe": { "columns": [ { "ordinal": 0, "name": "id", "type_info": "Uuid" }, { "ordinal": 1, "name": "source_path!", "type_info": "Text" } ], "parameters": { "Left": [ "Uuid" ] }, "nullable": [ false, false ] }, "hash": "e4747001c3e226a66b6eaefcce39326dba26f772bd8e41019b67d1eb953c0604" }