this repo has no description
1{
2 "db_name": "PostgreSQL",
3 "query": "\n SELECT record_cid, collection, rkey, created_at, repo_rev\n FROM records\n WHERE repo_id = $1 AND repo_rev > $2\n ORDER BY repo_rev ASC\n LIMIT 10\n ",
4 "describe": {
5 "columns": [
6 {
7 "ordinal": 0,
8 "name": "record_cid",
9 "type_info": "Text"
10 },
11 {
12 "ordinal": 1,
13 "name": "collection",
14 "type_info": "Text"
15 },
16 {
17 "ordinal": 2,
18 "name": "rkey",
19 "type_info": "Text"
20 },
21 {
22 "ordinal": 3,
23 "name": "created_at",
24 "type_info": "Timestamptz"
25 },
26 {
27 "ordinal": 4,
28 "name": "repo_rev",
29 "type_info": "Text"
30 }
31 ],
32 "parameters": {
33 "Left": [
34 "Uuid",
35 "Text"
36 ]
37 },
38 "nullable": [
39 false,
40 false,
41 false,
42 false,
43 true
44 ]
45 },
46 "hash": "f3f1634b4f03a4c365afa02c4504de758bc420f49a19092d5cd1c526c7c7461e"
47}