mirror of
https://codeberg.org/likwid/likwid.git
synced 2026-02-09 21:13:09 +00:00
22 lines
398 B
JSON
22 lines
398 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "SELECT id FROM communities WHERE id = $1",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"ordinal": 0,
|
|
"name": "id",
|
|
"type_info": "Uuid"
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Left": [
|
|
"Uuid"
|
|
]
|
|
},
|
|
"nullable": [
|
|
false
|
|
]
|
|
},
|
|
"hash": "7175f11c4a329af9124e8134186f93600b3afbfd6e05adb0ae1ce8e3e2c8bcc2"
|
|
}
|