jeff
jeff
DDeno
Created by jeff on 3/30/2025 in #help
How do I compute a cursor for kv.list?
I basically I want to list entries after a known key. I'm trying to implement this function: function getEvents(afterEventId: string) { const entries = db.list({ prefix: ["events"] }, { cursor: ??? } .... }
1 replies