sqlx prepare ready
This commit is contained in:
22
server/.sqlx/query-7600fd56765577629232ab785bad61637faf3a11af43902577a3905fbb767c1f.json
generated
Normal file
22
server/.sqlx/query-7600fd56765577629232ab785bad61637faf3a11af43902577a3905fbb767c1f.json
generated
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"db_name": "PostgreSQL",
|
||||
"query": "SELECT id FROM profiles WHERE name = $1",
|
||||
"describe": {
|
||||
"columns": [
|
||||
{
|
||||
"ordinal": 0,
|
||||
"name": "id",
|
||||
"type_info": "Int8"
|
||||
}
|
||||
],
|
||||
"parameters": {
|
||||
"Left": [
|
||||
"Text"
|
||||
]
|
||||
},
|
||||
"nullable": [
|
||||
false
|
||||
]
|
||||
},
|
||||
"hash": "7600fd56765577629232ab785bad61637faf3a11af43902577a3905fbb767c1f"
|
||||
}
|
||||
Reference in New Issue
Block a user