sqlx prepare

This commit is contained in:
filipriec
2025-02-23 17:36:12 +01:00
parent 80d04e5f9a
commit 2788ff6b1f
11 changed files with 786 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
{
"db_name": "PostgreSQL",
"query": "\n SELECT COUNT(*) AS count\n FROM adresar\n WHERE deleted = FALSE\n ",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "count",
"type_info": "Int8"
}
],
"parameters": {
"Left": []
},
"nullable": [
null
]
},
"hash": "45746d148c51658e1262f0f88f003ec137f213cf2e7cff72080f0c7853a7cd43"
}