{ "db_name": "PostgreSQL", "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 ", "describe": { "columns": [], "parameters": { "Left": [ "Text", "Text", "Text", "Text", "Timestamptz", "Timestamptz", "Jsonb", "Text", "TextArray" ] }, "nullable": [] }, "hash": "9459981b303de9f8eef6f1e588a335e26d303ee12593f72e205fc00e65b5105c" }