this repo has no description
1{ 2 "db_name": "PostgreSQL", 3 "query": "INSERT INTO blocks (cid, data) VALUES ($1, $2) ON CONFLICT (cid) DO NOTHING", 4 "describe": { 5 "columns": [], 6 "parameters": { 7 "Left": [ 8 "Bytea", 9 "Bytea" 10 ] 11 }, 12 "nullable": [] 13 }, 14 "hash": "00452ebb198c69e6b83cb5f805007eb92d87b64f1c8c28cf908f695ed82f3408" 15}