mirror of
https://codeberg.org/likwid/likwid.git
synced 2026-06-25 15:37:42 +00:00
23 lines
574 B
JSON
23 lines
574 B
JSON
{
|
|||
"db_name": "PostgreSQL",
|
|||
"query": "SELECT p.name\n FROM plugins p\n JOIN community_plugins cp ON cp.plugin_id = p.id\n WHERE cp.community_id = $1 AND cp.is_active = true AND p.is_active = true",
|
|||
"describe": {
|
|||
"columns": [
|
|||
{
|
|||
"ordinal": 0,
|
|||
"name": "name",
|
|||
"type_info": "Varchar"
|
|||
}
|
|||
],
|
|||
"parameters": {
|
|||
"Left": [
|
|||
"Uuid"
|
|||
]
|
|||
},
|
|||
"nullable": [
|
|||
false
|
|||
]
|
|||
},
|
|||
"hash": "0ef338c61969938be731e6187b77c4d7454c409079ecc073aa24a10d339b47f1"
|
|||
}
|