mirror of https://github.com/rwf2/Rocket.git
21 lines
391 B
JSON
21 lines
391 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "INSERT INTO posts (title, text) VALUES (?, ?) RETURNING id",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"name": "id",
|
|
"ordinal": 0,
|
|
"type_info": "Int64"
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Right": 2
|
|
},
|
|
"nullable": [
|
|
false
|
|
]
|
|
},
|
|
"hash": "bea4ef6e25064f6b383e854f8bc2770d89cfaf9859d0bfca78b2ca24627675b7"
|
|
}
|