{ "db_name": "PostgreSQL", "query": "\n SELECT seq, did, created_at, event_type, commit_cid, prev_cid, ops, blobs, blocks_cids\n FROM repo_seq\n WHERE seq > $1 AND seq < $2\n ORDER BY seq ASC\n ", "describe": { "columns": [ { "ordinal": 0, "name": "seq", "type_info": "Int8" }, { "ordinal": 1, "name": "did", "type_info": "Text" }, { "ordinal": 2, "name": "created_at", "type_info": "Timestamptz" }, { "ordinal": 3, "name": "event_type", "type_info": "Text" }, { "ordinal": 4, "name": "commit_cid", "type_info": "Text" }, { "ordinal": 5, "name": "prev_cid", "type_info": "Text" }, { "ordinal": 6, "name": "ops", "type_info": "Jsonb" }, { "ordinal": 7, "name": "blobs", "type_info": "TextArray" }, { "ordinal": 8, "name": "blocks_cids", "type_info": "TextArray" } ], "parameters": { "Left": [ "Int8", "Int8" ] }, "nullable": [ false, false, false, false, true, true, true, true, true ] }, "hash": "a63aed47193f06cd11d87157799c17a591e0a0be4487f718250eaf7afd4b4b07" }