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