this repo has no description
1{
2 "db_name": "PostgreSQL",
3 "query": "SELECT rkey, record_cid FROM records WHERE repo_id = $1 AND collection = $2 ORDER BY rkey DESC LIMIT $3",
4 "describe": {
5 "columns": [
6 {
7 "ordinal": 0,
8 "name": "rkey",
9 "type_info": "Text"
10 },
11 {
12 "ordinal": 1,
13 "name": "record_cid",
14 "type_info": "Text"
15 }
16 ],
17 "parameters": {
18 "Left": [
19 "Uuid",
20 "Text",
21 "Int8"
22 ]
23 },
24 "nullable": [
25 false,
26 false
27 ]
28 },
29 "hash": "2d37a447ec4dbdb6dfd5ab8c12d1ce88b9be04d6c7b4744891352a9a3bed4f3c"
30}