likwid/backend/.sqlx/query-5b90bc37f37536231e0ddf91eaceea7d1ce2ed5f329f163b4c2554e71027ebe7.json

77 lines
1.6 KiB
JSON
Raw Permalink Normal View History

{
"db_name": "PostgreSQL",
"query": "SELECT id, name, version, description, COALESCE(publisher,'') as publisher, source, registry_url, wasm_sha256,\n manifest as \"manifest!: serde_json::Value\", (signature IS NOT NULL) as \"signature_present!: bool\"\n FROM plugin_packages\n WHERE id = $1",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "id",
"type_info": "Uuid"
},
{
"ordinal": 1,
"name": "name",
"type_info": "Varchar"
},
{
"ordinal": 2,
"name": "version",
"type_info": "Varchar"
},
{
"ordinal": 3,
"name": "description",
"type_info": "Text"
},
{
"ordinal": 4,
"name": "publisher",
"type_info": "Varchar"
},
{
"ordinal": 5,
"name": "source",
"type_info": "Varchar"
},
{
"ordinal": 6,
"name": "registry_url",
"type_info": "Text"
},
{
"ordinal": 7,
"name": "wasm_sha256",
"type_info": "Varchar"
},
{
"ordinal": 8,
"name": "manifest!: serde_json::Value",
"type_info": "Jsonb"
},
{
"ordinal": 9,
"name": "signature_present!: bool",
"type_info": "Bool"
}
],
"parameters": {
"Left": [
"Uuid"
]
},
"nullable": [
false,
false,
false,
true,
null,
false,
true,
false,
false,
null
]
},
"hash": "5b90bc37f37536231e0ddf91eaceea7d1ce2ed5f329f163b4c2554e71027ebe7"
}