mirror of https://github.com/rwf2/Rocket.git
33 lines
588 B
JSON
33 lines
588 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "SELECT id, title, text FROM posts WHERE id = ?",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"name": "id",
|
|
"ordinal": 0,
|
|
"type_info": "Int64"
|
|
},
|
|
{
|
|
"name": "title",
|
|
"ordinal": 1,
|
|
"type_info": "Text"
|
|
},
|
|
{
|
|
"name": "text",
|
|
"ordinal": 2,
|
|
"type_info": "Text"
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Right": 1
|
|
},
|
|
"nullable": [
|
|
false,
|
|
false,
|
|
false
|
|
]
|
|
},
|
|
"hash": "11e3096becb72f427c8d3911ef4327afd9516143806981e11f8e34d069c14472"
|
|
}
|