{ "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\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": "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": "b1c54d3f3e2d3031c0d926ccb0d39a0250320d41d08df65d6d9dcc640451527d" }