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-9a78d8b4129615fe1307c...

24 lines
449 B
JSON

{
"db_name": "PostgreSQL",
"query": "SELECT EXISTS(SELECT 1 FROM chat_messages WHERE id = $1)",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "exists",
"type_info": "Bool",
"origin": "Expression"
}
],
"parameters": {
"Left": [
"Int8"
]
},
"nullable": [
null
]
},
"hash": "9a78d8b4129615fe1307c0c11630ed2182b173db7aa373b441c0c01b9e2a47e7"
}