twonly-app/rust/.sqlx/query-272b5a6defc13fb9fe0cedeab4e3e375eccc0513cf2ae0a7e6f95f817b65b1e6.json
2026-08-27 01:47:10 +02:00

26 lines
583 B
JSON

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