mirror of
https://github.com/supleed2/nanobot.git
synced 2024-11-10 04:35:48 +00:00
19 lines
357 B
JSON
19 lines
357 B
JSON
|
{
|
||
|
"db_name": "PostgreSQL",
|
||
|
"query": "insert into manual values ($1,$2,$3,$4,$5)",
|
||
|
"describe": {
|
||
|
"columns": [],
|
||
|
"parameters": {
|
||
|
"Left": [
|
||
|
"Int8",
|
||
|
"Varchar",
|
||
|
"Text",
|
||
|
"Text",
|
||
|
"Bool"
|
||
|
]
|
||
|
},
|
||
|
"nullable": []
|
||
|
},
|
||
|
"hash": "9a3fe852e141be35b521fb790e54e3c690fbf9a76ce4840ec479d19597bc41fe"
|
||
|
}
|