{ "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 ", "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" ] }, "nullable": [ false, false, false, false, true, true, true, true, true, true, true, true, true, true ] }, "hash": "6783bd8e36444e5d6cc25cc1a120618a541ff9eafa457943ca814bd2a3ca72e1" }