this repo has no description
at main 835 B view raw
1{ 2 "db_name": "PostgreSQL", 3 "query": "SELECT name, password_hash, scopes, created_by_controller_did FROM app_passwords WHERE user_id = $1 ORDER BY created_at DESC LIMIT 20", 4 "describe": { 5 "columns": [ 6 { 7 "ordinal": 0, 8 "name": "name", 9 "type_info": "Text" 10 }, 11 { 12 "ordinal": 1, 13 "name": "password_hash", 14 "type_info": "Text" 15 }, 16 { 17 "ordinal": 2, 18 "name": "scopes", 19 "type_info": "Text" 20 }, 21 { 22 "ordinal": 3, 23 "name": "created_by_controller_did", 24 "type_info": "Text" 25 } 26 ], 27 "parameters": { 28 "Left": [ 29 "Uuid" 30 ] 31 }, 32 "nullable": [ 33 false, 34 false, 35 true, 36 true 37 ] 38 }, 39 "hash": "8b2f76eecb2f9383471a2d68f13696d40778b931cefe7553f026d512dddf3215" 40}