this repo has no description
1{ 2 "db_name": "PostgreSQL", 3 "query": "INSERT INTO sessions (access_jwt, refresh_jwt, did) VALUES ($1, $2, $3)", 4 "describe": { 5 "columns": [], 6 "parameters": { 7 "Left": [ 8 "Text", 9 "Text", 10 "Text" 11 ] 12 }, 13 "nullable": [] 14 }, 15 "hash": "db9950690548510474a2bf755b4c4c103b284e82e3cf23d17fc99cd2fc728c64" 16}