sqlx prepare2

This commit is contained in:
Priec
2026-08-19 12:26:20 +02:00
parent d6f2e6b0a4
commit e3578f5413
23 changed files with 1 additions and 960 deletions

View File

@@ -1,28 +0,0 @@
{
"db_name": "PostgreSQL",
"query": "SELECT id FROM schemas WHERE name = $1",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "id",
"type_info": "Int8",
"origin": {
"Table": {
"table": "schemas",
"name": "id"
}
}
}
],
"parameters": {
"Left": [
"Text"
]
},
"nullable": [
false
]
},
"hash": "2cada26bcc13af76e04e01a13a25c0d4f448dcdbda5cc31207668ac232cc9f85"
}