this repo has no description
1{ 2 "db_name": "PostgreSQL", 3 "query": "INSERT INTO records (repo_id, collection, rkey, record_cid) VALUES ($1, $2, $3, $4)\n ON CONFLICT (repo_id, collection, rkey) DO UPDATE SET record_cid = $4, created_at = NOW()", 4 "describe": { 5 "columns": [], 6 "parameters": { 7 "Left": [ 8 "Uuid", 9 "Text", 10 "Text", 11 "Text" 12 ] 13 }, 14 "nullable": [] 15 }, 16 "hash": "c61fc3b2fbdf6891269908ef21f13dcabdc3b032e9f767becae34ca176df18b6" 17}