twonly-app/rust/.sqlx/query-96830f8fde36c6db93fb959c0e140effefbb271e84813a4d85fe255e90b28695.json

26 lines
513 B
JSON

{
"db_name": "SQLite",
"query": "SELECT username FROM contacts WHERE user_id = ?",
"describe": {
"columns": [
{
"name": "username",
"ordinal": 0,
"type_info": "Text",
"origin": {
"Table": {
"table": "contacts",
"name": "username"
}
}
}
],
"parameters": {
"Right": 1
},
"nullable": [
false
]
},
"hash": "96830f8fde36c6db93fb959c0e140effefbb271e84813a4d85fe255e90b28695"
}