uptrace/bun

[Question] Does Bun support optimistic locking?

Open

#1,128 创建于 2025年2月14日

在 GitHub 查看
 (6 评论) (1 反应) (1 负责人)Go (4,826 star) (279 fork)user submission
enhancementhelp wanted

描述

Hi, maintainers!

I’m considering replacement into Bun in my project and want to check if it supports optimistic locking.

If not, is there any plan to support it in the future? If there is no plan to support it, I’m thinking of implementing it using model query hooks(BeforeInsert, BeforeUpdate and BeforeDelete), but I’d love to hear if there are better approaches.

Thanks!

贡献者指南