this repo has no description
1{
2 "db_name": "PostgreSQL",
3 "query": "SELECT id, handle FROM users WHERE LOWER(email) = $1",
4 "describe": {
5 "columns": [
6 {
7 "ordinal": 0,
8 "name": "id",
9 "type_info": "Uuid"
10 },
11 {
12 "ordinal": 1,
13 "name": "handle",
14 "type_info": "Text"
15 }
16 ],
17 "parameters": {
18 "Left": [
19 "Text"
20 ]
21 },
22 "nullable": [
23 false,
24 false
25 ]
26 },
27 "hash": "40bd5b538224352dd8912e2c13a71b920ee3874f4acc12ebf4e6f62aae86c556"
28}