zhuxiujia / GoMybatis

Go ORM Library.Have Powerful Features like transaction nesting, Optimistic Lock,Logical deletion and more. like mybatis for go golang
https://zhuxiujia.github.io/gomybatis.io/#/
Apache License 2.0
432 stars 97 forks source link

分页插件 #71

Open timandy opened 2 years ago

timandy commented 2 years ago

我fork了一个版本,在go1.18下实现了分页插件,自增主键回写等特性,希望能对作者提供帮助。

我们应用到了生产环境,主要应用在复杂查询的场景。

另外关于goid获取可以使用我的routine库,使用汇编获取,提升性能。

bmmpp commented 2 years ago

我fork了一个版本,在go1.18下实现了分页插件,自增主键回写等特性,希望能对作者提供帮助。

我们应用到了生产环境,主要应用在复杂查询的场景。

另外关于goid获取可以使用我的routine库,使用汇编获取,提升性能。

可以分享一下吗

timandy commented 2 years ago

@bmmpp routine 库, 可提升 goid 获取性能 routine gomybatis 库, 我的修改版本带分页, 主键写回等 gomybatis