this repo has no description
at main 450 B view raw
1{ 2 "db_name": "PostgreSQL", 3 "query": "INSERT INTO session_tokens (did, access_jti, refresh_jti, access_expires_at, refresh_expires_at) VALUES ($1, $2, $3, $4, $5)", 4 "describe": { 5 "columns": [], 6 "parameters": { 7 "Left": [ 8 "Text", 9 "Text", 10 "Text", 11 "Timestamptz", 12 "Timestamptz" 13 ] 14 }, 15 "nullable": [] 16 }, 17 "hash": "0198d73145b29c2b66c2bc437ff6578faa08d56a26b9aa98a311bd39547146b3" 18}