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.
ttc_backend/.sqlx/query-a49c11570aff702c2e583...

21 lines
427 B
JSON

{
"db_name": "SQLite",
"query": "SELECT pronouns \n FROM pronouns \n WHERE username == ?",
"describe": {
"columns": [
{
"name": "pronouns",
"ordinal": 0,
"type_info": "Text"
}
],
"parameters": {
"Right": 1
},
"nullable": [
false
]
},
"hash": "a49c11570aff702c2e583a7e37a94fcb98c3a76db228002b01a93e74a747c44a"
}