mirror of
https://codeberg.org/icewind/ugc-scaper.git
synced 2026-06-03 10:14:11 +02:00
18 lines
366 B
JSON
18 lines
366 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "select id from matches WHERE id = $1",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"ordinal": 0,
|
|
"name": "id",
|
|
"type_info": "Int4"
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Left": ["Int4"]
|
|
},
|
|
"nullable": [false]
|
|
},
|
|
"hash": "db05230b038541378850c1294c260c97a209d6220583ad85c64a2f30319a6132"
|
|
}
|