feat(plugin): Keyset Pagination — cursor 编解码 + 游标分页 SQL

This commit is contained in:
iven
2026-04-17 10:18:43 +08:00
parent 20734330a6
commit 2616e83ec6
3 changed files with 147 additions and 0 deletions

View File

@@ -22,3 +22,4 @@ axum = { workspace = true }
utoipa = { workspace = true }
async-trait = { workspace = true }
sha2 = { workspace = true }
base64 = "0.22"