add prepared sqlx files
Some checks failed
Backend Actions / test (push) Has been cancelled
Backend Actions / check (push) Has been cancelled
Backend Actions / build (push) Has been cancelled
Frontend Actions / build (push) Has been cancelled
Frontend Actions / test (push) Has been cancelled
Frontend Actions / check (push) Has started running

This commit is contained in:
2025-07-28 01:05:14 +01:00
parent 8a6f8b5875
commit 22e0d8b997

View File

@ -0,0 +1,22 @@
{
"db_name": "PostgreSQL",
"query": "select exists(SELECT datname FROM pg_catalog.pg_database WHERE datname = $1);",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "exists",
"type_info": "Bool"
}
],
"parameters": {
"Left": [
"Name"
]
},
"nullable": [
null
]
},
"hash": "6060467ee8046709f486ab35233e43eb849de082aa86c4d877b0c0818e27c104"
}