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,29 +0,0 @@
{
"db_name": "PostgreSQL",
"query": "SELECT id FROM table_definitions WHERE schema_id = $1 AND table_name = $2",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "id",
"type_info": "Int8",
"origin": {
"Table": {
"table": "table_definitions",
"name": "id"
}
}
}
],
"parameters": {
"Left": [
"Int8",
"Text"
]
},
"nullable": [
false
]
},
"hash": "d3ed73ade96da8e5d86c1bb7986017dc0dc5f09c6c3c8ebd21e0623e095a5cd7"
}