mirror of
https://github.com/supleed2/cch23-8bit.git
synced 2024-11-10 03:35:47 +00:00
16 lines
302 B
JSON
16 lines
302 B
JSON
|
{
|
||
|
"db_name": "PostgreSQL",
|
||
|
"query": "insert into regions values ($1, $2)",
|
||
|
"describe": {
|
||
|
"columns": [],
|
||
|
"parameters": {
|
||
|
"Left": [
|
||
|
"Int4",
|
||
|
"Varchar"
|
||
|
]
|
||
|
},
|
||
|
"nullable": []
|
||
|
},
|
||
|
"hash": "2a21722026139ab89b4f8131d12d47b1da5471d984bd015ece9051dfaccd0eaa"
|
||
|
}
|