this repo has no description
1{
2 "db_name": "PostgreSQL",
3 "query": "\n SELECT id, did, credential_id, public_key, sign_count, created_at, last_used, friendly_name, aaguid, transports\n FROM passkeys\n WHERE credential_id = $1\n ",
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": "credential_id",
19 "type_info": "Bytea"
20 },
21 {
22 "ordinal": 3,
23 "name": "public_key",
24 "type_info": "Bytea"
25 },
26 {
27 "ordinal": 4,
28 "name": "sign_count",
29 "type_info": "Int4"
30 },
31 {
32 "ordinal": 5,
33 "name": "created_at",
34 "type_info": "Timestamptz"
35 },
36 {
37 "ordinal": 6,
38 "name": "last_used",
39 "type_info": "Timestamptz"
40 },
41 {
42 "ordinal": 7,
43 "name": "friendly_name",
44 "type_info": "Text"
45 },
46 {
47 "ordinal": 8,
48 "name": "aaguid",
49 "type_info": "Bytea"
50 },
51 {
52 "ordinal": 9,
53 "name": "transports",
54 "type_info": "TextArray"
55 }
56 ],
57 "parameters": {
58 "Left": [
59 "Bytea"
60 ]
61 },
62 "nullable": [
63 false,
64 false,
65 false,
66 false,
67 false,
68 false,
69 true,
70 true,
71 true,
72 true
73 ]
74 },
75 "hash": "aca13ec60c2d81d92b4e3008f981b48d091428b8f5a10dbaf97a6ca254a07fd3"
76}