add prepared sqlx files
Some checks failed
Backend Actions / check (push) Failing after 2m18s
Frontend Actions / check (push) Successful in 1m25s
Backend Actions / build (push) Successful in 3m36s
Frontend Actions / build (push) Successful in 1m0s
Frontend Actions / test (push) Successful in 45s
Backend Actions / test (push) Failing after 3m54s
Some checks failed
Backend Actions / check (push) Failing after 2m18s
Frontend Actions / check (push) Successful in 1m25s
Backend Actions / build (push) Successful in 3m36s
Frontend Actions / build (push) Successful in 1m0s
Frontend Actions / test (push) Successful in 45s
Backend Actions / test (push) Failing after 3m54s
This commit is contained in:
22
backend/.sqlx/query-6060467ee8046709f486ab35233e43eb849de082aa86c4d877b0c0818e27c104.json
generated
Normal file
22
backend/.sqlx/query-6060467ee8046709f486ab35233e43eb849de082aa86c4d877b0c0818e27c104.json
generated
Normal 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"
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user