this repo has no description
1{ 2 "db_name": "PostgreSQL", 3 "query": "UPDATE users SET email = $1, email_verified = TRUE, updated_at = NOW() WHERE id = $2", 4 "describe": { 5 "columns": [], 6 "parameters": { 7 "Left": [ 8 "Text", 9 "Uuid" 10 ] 11 }, 12 "nullable": [] 13 }, 14 "hash": "a51d2a4af488164421cf669302c896720a4745bfb913a18e4829a8edd73ea005" 15}