{ "db_name": "PostgreSQL", "query": "\n INSERT INTO oauth_clients (\n id, name, icon_url, max_scopes, secret_hash, created_by\n )\n VALUES (\n $1, $2, $3, $4, $5, $6\n )\n ", "describe": { "columns": [], "parameters": { "Left": [ "Int8", "Text", "Text", "Int8", "Text", "Int8" ] }, "nullable": [] }, "hash": "93f6a94a9b288916dbf9999338d2278605311a311def3cbe38846b8ca465737f" }