{ "db_name": "PostgreSQL", "query": "\n SELECT seq, did, created_at, event_type, commit_cid, prev_cid, prev_data_cid, ops, blobs, blocks_cids, handle, active, status\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": "prev_data_cid", "type_info": "Text" }, { "ordinal": 7, "name": "ops", "type_info": "Jsonb" }, { "ordinal": 8, "name": "blobs", "type_info": "TextArray" }, { "ordinal": 9, "name": "blocks_cids", "type_info": "TextArray" }, { "ordinal": 10, "name": "handle", "type_info": "Text" }, { "ordinal": 11, "name": "active", "type_info": "Bool" }, { "ordinal": 12, "name": "status", "type_info": "Text" } ], "parameters": { "Left": [ "Int8", "Int8" ] }, "nullable": [ false, false, false, false, true, true, true, true, true, true, true, true, true ] }, "hash": "777386dcbf2aa2785a6c16abdccbd8f751893039fb6bc2363d9760ca0d8a8a56" }