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