this repo has no description
1{ 2 "db_name": "PostgreSQL", 3 "query": "\n INSERT INTO blocks (cid, data)\n SELECT * FROM UNNEST($1::bytea[], $2::bytea[])\n ON CONFLICT (cid) DO NOTHING\n ", 4 "describe": { 5 "columns": [], 6 "parameters": { 7 "Left": [ 8 "ByteaArray", 9 "ByteaArray" 10 ] 11 }, 12 "nullable": [] 13 }, 14 "hash": "c9b624a9987dd263e908fcff4612e1cd446552c93d80254d9e15c2e51a95a596" 15}