mirror of https://github.com/rwf2/Rocket.git
13 lines
252 B
JSON
13 lines
252 B
JSON
|
{
|
||
|
"db_name": "SQLite",
|
||
|
"query": "DELETE FROM posts WHERE id = ?",
|
||
|
"describe": {
|
||
|
"columns": [],
|
||
|
"parameters": {
|
||
|
"Right": 1
|
||
|
},
|
||
|
"nullable": []
|
||
|
},
|
||
|
"hash": "79301b44b77802e0096efd73b1e9adac27b27a3cf7bf853af3a9f130b1684d91"
|
||
|
}
|