Files
AstralRinth/apps/labrinth/.sqlx/query-fb955ca41b95120f66c98c0b528b1db10c4be4a55e9641bb104d772e390c9bb7.json
2024-10-16 14:11:42 -07:00

23 lines
415 B
JSON

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