zero-to-production/.sqlx/query-0029b925e31429d25d23538804511943e2ea1fddc5a2db9a4e219c9b5be53fce.json

16 lines
365 B
JSON

{
"db_name": "PostgreSQL",
"query": "INSERT INTO users (user_id, username, password_hash)\n VALUES ($1, $2, $3)",
"describe": {
"columns": [],
"parameters": {
"Left": [
"Uuid",
"Text",
"Text"
]
},
"nullable": []
},
"hash": "0029b925e31429d25d23538804511943e2ea1fddc5a2db9a4e219c9b5be53fce"
}