You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
synctv/.sqlx/query-05e73a4dea02a4d827c1d...

25 lines
508 B
JSON

{
"db_name": "PostgreSQL",
"query": "SELECT COUNT(*) AS \"count!\" FROM rooms WHERE created_by = $1 AND name = $2 AND deleted_at IS NULL",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "count!",
"type_info": "Int8",
"origin": "Expression"
}
],
"parameters": {
"Left": [
"Int8",
"Text"
]
},
"nullable": [
null
]
},
"hash": "05e73a4dea02a4d827c1d22428eddcefa96621411a42b18f1b43ccdd6018c269"
}