13 lines
266 B
JSON
13 lines
266 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "INSERT INTO users(KEY, NAME) VALUES($1, $2);",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Right": 2
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "0e032978b712ce5ad586ab15bdc4efe82935f5f681c3cf54cbeaf845b70c7ff6"
|
|
}
|