forked from
tranquil.farm/tranquil-pds
Our Personal Data Server from scratch!
2.4 kB
113 lines
1{
2 "db_name": "PostgreSQL",
3 "query": "SELECT seq as \"seq!\", did, created_at, event_type as \"event_type: RepoEventType\", commit_cid, prev_cid, prev_data_cid,\n ops, blobs, block_cids, block_data, blocks_cids, handle, active, status, rev\n FROM repo_seq\n WHERE seq > $1\n ORDER BY seq ASC\n LIMIT $2",
4 "describe": {
5 "columns": [
6 {
7 "ordinal": 0,
8 "name": "seq!",
9 "type_info": "Int8"
10 },
11 {
12 "ordinal": 1,
13 "name": "did",
14 "type_info": "Text"
15 },
16 {
17 "ordinal": 2,
18 "name": "created_at",
19 "type_info": "Timestamptz"
20 },
21 {
22 "ordinal": 3,
23 "name": "event_type: RepoEventType",
24 "type_info": "Text"
25 },
26 {
27 "ordinal": 4,
28 "name": "commit_cid",
29 "type_info": "Text"
30 },
31 {
32 "ordinal": 5,
33 "name": "prev_cid",
34 "type_info": "Text"
35 },
36 {
37 "ordinal": 6,
38 "name": "prev_data_cid",
39 "type_info": "Text"
40 },
41 {
42 "ordinal": 7,
43 "name": "ops",
44 "type_info": "Jsonb"
45 },
46 {
47 "ordinal": 8,
48 "name": "blobs",
49 "type_info": "TextArray"
50 },
51 {
52 "ordinal": 9,
53 "name": "block_cids",
54 "type_info": "ByteaArray"
55 },
56 {
57 "ordinal": 10,
58 "name": "block_data",
59 "type_info": "ByteaArray"
60 },
61 {
62 "ordinal": 11,
63 "name": "blocks_cids",
64 "type_info": "TextArray"
65 },
66 {
67 "ordinal": 12,
68 "name": "handle",
69 "type_info": "Text"
70 },
71 {
72 "ordinal": 13,
73 "name": "active",
74 "type_info": "Bool"
75 },
76 {
77 "ordinal": 14,
78 "name": "status",
79 "type_info": "Text"
80 },
81 {
82 "ordinal": 15,
83 "name": "rev",
84 "type_info": "Text"
85 }
86 ],
87 "parameters": {
88 "Left": [
89 "Int8",
90 "Int8"
91 ]
92 },
93 "nullable": [
94 true,
95 false,
96 false,
97 false,
98 true,
99 true,
100 true,
101 true,
102 true,
103 true,
104 true,
105 true,
106 true,
107 true,
108 true,
109 true
110 ]
111 },
112 "hash": "da2770e44c0ec21756ce4b6b0c57abff4f38cd8c680c5ced7d3b35f3c1f58da7"
113}