summaryrefslogtreecommitdiffstats
path: root/.sqlx/query-e3f7e6a9b6f2413adf4467e112b7aa0170d9d3ad0aa78ddc0580e9d0f23c0f7f.json
blob: 77c11b6e0eeb196273e52098efae210c2d6a87d0 (plain) (blame)
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 password from users where username = $1",
  "describe": {
    "columns": [
      {
        "ordinal": 0,
        "name": "password",
        "type_info": "Varchar"
      }
    ],
    "parameters": {
      "Left": [
        "Text"
      ]
    },
    "nullable": [
      false
    ]
  },
  "hash": "e3f7e6a9b6f2413adf4467e112b7aa0170d9d3ad0aa78ddc0580e9d0f23c0f7f"
}