Files
komp_ac/.sqlx/query-5ecd8f45325f91245412822bbb30bd8f4b0dca1ead1b94d343de9a47f3503228.json
2026-08-19 14:53:01 +02:00

24 lines
436 B
JSON

{
"db_name": "PostgreSQL",
"query": "SELECT COUNT(*) FROM schemas WHERE name = $1",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "count",
"type_info": "Int8",
"origin": "Expression"
}
],
"parameters": {
"Left": [
"Text"
]
},
"nullable": [
null
]
},
"hash": "5ecd8f45325f91245412822bbb30bd8f4b0dca1ead1b94d343de9a47f3503228"
}