relay filter/appview bootstrap
at main 1.6 kB view raw
1{ 2 "db_name": "PostgreSQL", 3 "query": "\n SELECT uri, cid, collection, creator_did, created_at, indexed_at, data, target_did, ref_cids\n FROM record\n WHERE collection = $1 AND target_did = $2 AND indexed_at < $3\n ORDER BY indexed_at DESC\n LIMIT $4\n ", 4 "describe": { 5 "columns": [ 6 { 7 "ordinal": 0, 8 "name": "uri", 9 "type_info": "Text" 10 }, 11 { 12 "ordinal": 1, 13 "name": "cid", 14 "type_info": "Text" 15 }, 16 { 17 "ordinal": 2, 18 "name": "collection", 19 "type_info": "Text" 20 }, 21 { 22 "ordinal": 3, 23 "name": "creator_did", 24 "type_info": "Text" 25 }, 26 { 27 "ordinal": 4, 28 "name": "created_at", 29 "type_info": "Timestamptz" 30 }, 31 { 32 "ordinal": 5, 33 "name": "indexed_at", 34 "type_info": "Timestamptz" 35 }, 36 { 37 "ordinal": 6, 38 "name": "data", 39 "type_info": "Jsonb" 40 }, 41 { 42 "ordinal": 7, 43 "name": "target_did", 44 "type_info": "Text" 45 }, 46 { 47 "ordinal": 8, 48 "name": "ref_cids", 49 "type_info": "TextArray" 50 } 51 ], 52 "parameters": { 53 "Left": [ 54 "Text", 55 "Text", 56 "Timestamptz", 57 "Int8" 58 ] 59 }, 60 "nullable": [ 61 false, 62 false, 63 false, 64 false, 65 false, 66 false, 67 false, 68 true, 69 false 70 ] 71 }, 72 "hash": "7c39455a09e10dd38d417d6db9768eccfc0f2266a7b70fa1acba0e450d9a6b76" 73}