jeff
jeff5d ago

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: ??? } .... }
0 Replies
No replies yetBe the first to reply to this messageJoin

Did you find this page helpful?