{ "db_name": "PostgreSQL", "query": "\n INSERT INTO repo_seq (did, event_type, commit_cid, prev_cid, ops, blobs, blocks_cids)\n VALUES ($1, $2, $3, $4, $5, $6, $7)\n RETURNING seq\n ", "describe": { "columns": [ { "ordinal": 0, "name": "seq", "type_info": "Int8" } ], "parameters": { "Left": [ "Text", "Text", "Text", "Text", "Jsonb", "TextArray", "TextArray" ] }, "nullable": [ false ] }, "hash": "7ce9c5fb943b4217da17c041998263c0af7b77c8feecc654dde7a71fbab4e1ad" }