mirror of
https://github.com/rwf2/Rocket.git
synced 2025-01-14 05:29:04 +00:00
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"
|
|
}
|