{ "db_name": "PostgreSQL", "query": "\n INSERT INTO repo_seq (did, event_type, commit_cid, prev_cid, prev_data_cid, ops, blobs, blocks_cids)\n VALUES ($1, 'commit', $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": "52196f20028eb03e8116abce050866a419c2f85244d2bb7188604c8f9c87b1b3" }