this repo has no description
1{
2 "db_name": "PostgreSQL",
3 "query": "SELECT id, did, handle, password_required FROM users WHERE LOWER(email) = $1 OR handle = $2",
4 "describe": {
5 "columns": [
6 {
7 "ordinal": 0,
8 "name": "id",
9 "type_info": "Uuid"
10 },
11 {
12 "ordinal": 1,
13 "name": "did",
14 "type_info": "Text"
15 },
16 {
17 "ordinal": 2,
18 "name": "handle",
19 "type_info": "Text"
20 },
21 {
22 "ordinal": 3,
23 "name": "password_required",
24 "type_info": "Bool"
25 }
26 ],
27 "parameters": {
28 "Left": [
29 "Text",
30 "Text"
31 ]
32 },
33 "nullable": [
34 false,
35 false,
36 false,
37 false
38 ]
39 },
40 "hash": "8835e3653c1b65874ff2828a1993b4505d5442b12d00b9062ee0db5f58ae05b8"
41}