this repo has no description
1{ 2 "db_name": "PostgreSQL", 3 "query": "\n INSERT INTO oauth_token\n (did, token_id, created_at, updated_at, expires_at, client_id, client_auth,\n device_id, parameters, details, code, current_refresh_token, scope, controller_did)\n VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14)\n RETURNING id\n ", 4 "describe": { 5 "columns": [ 6 { 7 "ordinal": 0, 8 "name": "id", 9 "type_info": "Int4" 10 } 11 ], 12 "parameters": { 13 "Left": [ 14 "Text", 15 "Text", 16 "Timestamptz", 17 "Timestamptz", 18 "Timestamptz", 19 "Text", 20 "Jsonb", 21 "Text", 22 "Jsonb", 23 "Jsonb", 24 "Text", 25 "Text", 26 "Text", 27 "Text" 28 ] 29 }, 30 "nullable": [ 31 false 32 ] 33 }, 34 "hash": "cd3bc8199c3f9285f214ef091ad52dc881a19cf19fe27a2ba1f383ffb8e3fc0d" 35}