FrostByte/server/.sqlx/query-16e84d577155f3c47fcb736bbad4dcaf05b21c79d47fe008e209191157f5697e.json

23 lines
410 B
JSON
Raw Normal View History

2023-11-05 20:04:26 +01:00
{
"db_name": "PostgreSQL",
"query": "SELECT username FROM users WHERE username = $1",
2023-11-05 20:04:26 +01:00
"describe": {
"columns": [
{
"ordinal": 0,
"name": "username",
2023-11-05 20:04:26 +01:00
"type_info": "Text"
}
],
"parameters": {
"Left": [
"Text"
]
2023-11-05 20:04:26 +01:00
},
"nullable": [
false
]
},
"hash": "16e84d577155f3c47fcb736bbad4dcaf05b21c79d47fe008e209191157f5697e"
2023-11-05 20:04:26 +01:00
}