this repo has no description
1{ 2 "db_name": "PostgreSQL", 3 "query": "\n INSERT INTO oauth_authorization_request\n (id, did, device_id, client_id, client_auth, parameters, expires_at, code)\n VALUES ($1, $2, $3, $4, $5, $6, $7, $8)\n ", 4 "describe": { 5 "columns": [], 6 "parameters": { 7 "Left": [ 8 "Text", 9 "Text", 10 "Text", 11 "Text", 12 "Jsonb", 13 "Jsonb", 14 "Timestamptz", 15 "Text" 16 ] 17 }, 18 "nullable": [] 19 }, 20 "hash": "52b59474e567add52f112ccfaeb300ebf790cf4ecc1c243ad9563fa136c33550" 21}