{ "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, rev\n FROM repo_seq\n WHERE seq > $1\n ORDER BY seq ASC\n LIMIT $2\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" }, { "ordinal": 13, "name": "rev", "type_info": "Text" } ], "parameters": { "Left": [ "Int8", "Int8" ] }, "nullable": [ false, false, false, false, true, true, true, true, true, true, true, true, true, true ] }, "hash": "cc28150d6e1e1823a918d6dcf7744209614ef7b8298c210ddd65ac44da5c551a" }