mirror of https://github.com/rwf2/Rocket.git
21 lines
353 B
JSON
21 lines
353 B
JSON
|
{
|
||
|
"db_name": "SQLite",
|
||
|
"query": "SELECT id FROM posts",
|
||
|
"describe": {
|
||
|
"columns": [
|
||
|
{
|
||
|
"name": "id",
|
||
|
"ordinal": 0,
|
||
|
"type_info": "Int64"
|
||
|
}
|
||
|
],
|
||
|
"parameters": {
|
||
|
"Right": 0
|
||
|
},
|
||
|
"nullable": [
|
||
|
false
|
||
|
]
|
||
|
},
|
||
|
"hash": "4415c35941e52a981b10707fe2e1ceb0bad0e473701e51ef21ecb2973c76b4df"
|
||
|
}
|