this repo has no description
1{ 2 "db_name": "PostgreSQL", 3 "query": "INSERT INTO app_passwords (user_id, name, password_hash, created_at, privileged, scopes, created_by_controller_did) VALUES ($1, $2, $3, $4, $5, $6, $7)", 4 "describe": { 5 "columns": [], 6 "parameters": { 7 "Left": [ 8 "Uuid", 9 "Text", 10 "Text", 11 "Timestamptz", 12 "Bool", 13 "Text", 14 "Text" 15 ] 16 }, 17 "nullable": [] 18 }, 19 "hash": "c3a0d5bbac7b0d33f79e61fd9790cd737b62628f5597489066228dd30af42c82" 20}