{ "db_name": "PostgreSQL", "query": "SELECT id, workspace_id, title, author, description, body, installs\n FROM skills\n WHERE workspace_id IS NULL OR workspace_id = $1\n ORDER BY installs DESC, title", "describe": { "columns": [ { "ordinal": 0, "name": "id", "type_info": "Uuid" }, { "ordinal": 1, "name": "workspace_id", "type_info": "Uuid" }, { "ordinal": 2, "name": "title", "type_info": "Text" }, { "ordinal": 3, "name": "author", "type_info": "Text" }, { "ordinal": 4, "name": "description", "type_info": "Text" }, { "ordinal": 5, "name": "body", "type_info": "Text" }, { "ordinal": 6, "name": "installs", "type_info": "Int4" } ], "parameters": { "Left": [ "Uuid" ] }, "nullable": [ false, true, false, false, false, false, false ] }, "hash": "218d034c2d6e1ea97efd61cc3943e996c6e23b51a3cb94654481207432a9e04a" }