package
2.0.0+incompatible
Repository: https://github.com/billmi/go-utils.git
Documentation: pkg.go.dev

# README

BaseFrom : go-xorm

Install

go get -u -v github.com/billmi/xorm-helper

说明 :

此项目初衷,不想把一些MYSQL简单操作复杂化,做为一个扩展工具使用:已简单实现联表等常用操作,一般很少用到的子查询或者复合查询等,后期会继续更新.

以人人可以快速上手使用的心态,进行项目更新~

简要链接备注
join生成器Join您也可以使用xorm提供的Builder生成
实现xorm常规操作DB,使用map结构化,使用时参考demoCurd您也可以使用xorm提供的Builder生成
condition生成器Condition使用时,请查看Demo
连表分页查询Pagenation结果必须关联Pojo-Struct
不分页ListList-NoPagenation结果必须关联Pojo-Struct

ps : test.sql用来测试

# Packages

No description provided by the author

# Functions

* ResPageInfo [same] @author Bill */.
* PagenationParse Temp */.
* PagenationStart */.
No description provided by the author
No description provided by the author

# Constants

No description provided by the author
No description provided by the author
当前页.
每页显示数据.
总页数.
总数据.

# Structs

* Struct XormHelper author : Bill */.