this repo has no description
1{ 2 "db_name": "PostgreSQL", 3 "query": "INSERT INTO session_tokens (did, access_jti, refresh_jti, access_expires_at, refresh_expires_at, legacy_login, mfa_verified, scope, controller_did, app_password_name) VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10)", 4 "describe": { 5 "columns": [], 6 "parameters": { 7 "Left": [ 8 "Text", 9 "Text", 10 "Text", 11 "Timestamptz", 12 "Timestamptz", 13 "Bool", 14 "Bool", 15 "Text", 16 "Text", 17 "Text" 18 ] 19 }, 20 "nullable": [] 21 }, 22 "hash": "8c8d674237c8785cae1698e7a722cc125975945b25256b02ec4eb5cca225e0e5" 23}