mail-accounts/.sqlx/query-f66e03782ba7379cdacb638e0dc2e867408e04290d94df064e874f8d565f9fa7.json

23 lines
403 B
JSON
Raw Normal View History

2023-10-10 20:42:12 +02:00
{
"db_name": "PostgreSQL",
"query": "SELECT COUNT(*) FROM emails WHERE mail = $1",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "count",
"type_info": "Int8"
}
],
"parameters": {
"Left": [
"Text"
]
},
"nullable": [
null
]
},
"hash": "f66e03782ba7379cdacb638e0dc2e867408e04290d94df064e874f8d565f9fa7"
}