mirror of
https://github.com/supleed2/nanobot.git
synced 2024-11-09 20:25:48 +00:00
17 lines
322 B
JSON
17 lines
322 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "insert into pending values ($1, $2, $3)",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Int8",
|
|
"Varchar",
|
|
"Text"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "531a8e0382020c55a09cc57719cbe83919a903d62fb26e6e8619893c709faa2e"
|
|
}
|