this repo has no description
1{
2 "db_name": "PostgreSQL",
3 "query": "SELECT uk.key_bytes, uk.encryption_version\n FROM user_keys uk\n JOIN users u ON uk.user_id = u.id\n WHERE u.did = $1",
4 "describe": {
5 "columns": [
6 {
7 "ordinal": 0,
8 "name": "key_bytes",
9 "type_info": "Bytea"
10 },
11 {
12 "ordinal": 1,
13 "name": "encryption_version",
14 "type_info": "Int4"
15 }
16 ],
17 "parameters": {
18 "Left": [
19 "Text"
20 ]
21 },
22 "nullable": [
23 false,
24 true
25 ]
26 },
27 "hash": "1091e22985de9cd9d24f55975eaa8bb1ea40bbf5237b328a031ba9d3b3d5a5e0"
28}