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-98b2e43b53fb6482ab1dd...

24 lines
594 B
JSON

{
"db_name": "PostgreSQL",
"query": "\n SELECT EXISTS(\n SELECT 1\n FROM users\n WHERE LOWER(username) = LOWER($1) AND deleted_at IS NULL\n ) AS \"exists!\"\n ",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "exists!",
"type_info": "Bool",
"origin": "Expression"
}
],
"parameters": {
"Left": [
"Text"
]
},
"nullable": [
null
]
},
"hash": "98b2e43b53fb6482ab1dd862fd60448ffc8ddef13620c51e562f0f4695be5f8a"
}