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-f06ee6f4f8e79fed65a29...

24 lines
476 B
JSON

{
"db_name": "PostgreSQL",
"query": "SELECT COUNT(*) AS \"count!\" FROM playlists WHERE room_id = ANY($1::BIGINT[])",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "count!",
"type_info": "Int8",
"origin": "Expression"
}
],
"parameters": {
"Left": [
"Int8Array"
]
},
"nullable": [
null
]
},
"hash": "f06ee6f4f8e79fed65a29fb6cfe5663707d74e23658e96ff6d3d46c408d09542"
}