relay filter/appview bootstrap
at main 730 B view raw
1{ 2 "db_name": "PostgreSQL", 3 "query": "\n INSERT INTO record (uri, cid, collection, creator_did, created_at, indexed_at, data, target_did, ref_cids)\n VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9)\n ON CONFLICT (uri) DO UPDATE SET\n cid = EXCLUDED.cid,\n data = EXCLUDED.data,\n indexed_at = EXCLUDED.indexed_at\n ", 4 "describe": { 5 "columns": [], 6 "parameters": { 7 "Left": [ 8 "Text", 9 "Text", 10 "Text", 11 "Text", 12 "Timestamptz", 13 "Timestamptz", 14 "Jsonb", 15 "Text", 16 "TextArray" 17 ] 18 }, 19 "nullable": [] 20 }, 21 "hash": "9459981b303de9f8eef6f1e588a335e26d303ee12593f72e205fc00e65b5105c" 22}