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.
21 lines
447 B
JSON
21 lines
447 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": "f17495d023bac377869af665478b21bb962599df4bf7f59dd8336dc538f5a8fb"
|
|
}
|