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
427 B
JSON
21 lines
427 B
JSON
1 year ago
|
{
|
||
|
"db_name": "SQLite",
|
||
1 year ago
|
"query": "SELECT pronouns \n FROM pronouns \n WHERE username == ?",
|
||
1 year ago
|
"describe": {
|
||
|
"columns": [
|
||
|
{
|
||
|
"name": "pronouns",
|
||
|
"ordinal": 0,
|
||
|
"type_info": "Text"
|
||
|
}
|
||
|
],
|
||
|
"parameters": {
|
||
|
"Right": 1
|
||
|
},
|
||
|
"nullable": [
|
||
|
false
|
||
|
]
|
||
|
},
|
||
1 year ago
|
"hash": "a49c11570aff702c2e583a7e37a94fcb98c3a76db228002b01a93e74a747c44a"
|
||
1 year ago
|
}
|