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