Zero_to_prod_in_rust/sqlx-data.json

18 lines
415 B
JSON

{
"db": "PostgreSQL",
"304de8963dc48aea581a2f654649b374940ff7de644af89aa33d8a93b90cae5f": {
"describe": {
"columns": [],
"nullable": [],
"parameters": {
"Left": [
"Uuid",
"Text",
"Text",
"Timestamptz"
]
}
},
"query": "\n\t\tINSERT INTO subscriptions (id, email, name, subscribed_at) VALUES ($1, $2, $3, $4)\n\t\t"
}
}