sqlx prepare ready

This commit is contained in:
filipriec
2025-03-05 20:01:04 +01:00
parent 8d7335a46e
commit 144b23e532
10 changed files with 227 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
{
"db_name": "PostgreSQL",
"query": "SELECT 1 AS exists FROM table_definitions\n WHERE profile_id = $1 AND table_name = $2",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "exists",
"type_info": "Int4"
}
],
"parameters": {
"Left": [
"Int8",
"Text"
]
},
"nullable": [
null
]
},
"hash": "c380148ff87cf4bd4535f118d064bf39db63a318eedf8d3d21ae6f4856bb0655"
}