sqlx prepare3
This commit is contained in:
24
.sqlx/query-72ae093efb700a082d554e8b75ae7ccc6f14c7fc389756827ba1b634a98a1d66.json
generated
Normal file
24
.sqlx/query-72ae093efb700a082d554e8b75ae7ccc6f14c7fc389756827ba1b634a98a1d66.json
generated
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"db_name": "PostgreSQL",
|
||||
"query": "SELECT COUNT(*) FROM table_definitions td\n JOIN schemas p ON td.schema_id = p.id\n WHERE p.name = $1 AND td.table_name = $2",
|
||||
"describe": {
|
||||
"columns": [
|
||||
{
|
||||
"ordinal": 0,
|
||||
"name": "count",
|
||||
"type_info": "Int8",
|
||||
"origin": "Expression"
|
||||
}
|
||||
],
|
||||
"parameters": {
|
||||
"Left": [
|
||||
"Text",
|
||||
"Text"
|
||||
]
|
||||
},
|
||||
"nullable": [
|
||||
null
|
||||
]
|
||||
},
|
||||
"hash": "72ae093efb700a082d554e8b75ae7ccc6f14c7fc389756827ba1b634a98a1d66"
|
||||
}
|
||||
Reference in New Issue
Block a user