mirror of
https://github.com/actix/examples
synced 2024-11-23 14:31:07 +01:00
13 lines
306 B
JSON
13 lines
306 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "\n INSERT INTO tasks (description)\n VALUES ($1)\n ",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Right": 1
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "ab058898a8a1b13174d03c9972af33214619f8aa3080bc27f88bd5b9212b8c0f"
|
|
}
|