summaryrefslogtreecommitdiffstats
path: root/.sqlx/query-9442e8c2950fb2266df2aec9499f0a808328933f821db1024229bfcb82948f06.json
blob: ea8491487ee1ad47890e52cf3ed324b41d7821e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "db_name": "PostgreSQL",
  "query": "SELECT EXISTS(SELECT 1 FROM user_ WHERE email = $1 LIMIT 1)",
  "describe": {
    "columns": [
      {
        "ordinal": 0,
        "name": "exists",
        "type_info": "Bool"
      }
    ],
    "parameters": {
      "Left": [
        "Text"
      ]
    },
    "nullable": [
      null
    ]
  },
  "hash": "9442e8c2950fb2266df2aec9499f0a808328933f821db1024229bfcb82948f06"
}