gobatis icon indicating copy to clipboard operation
gobatis copied to clipboard

golang's ORM framework, similar to Java's Mybatis. supports direct execution of sql statements, xml, go template, and dynamic sql.

Results 11 gobatis issues
Sort by recently updated
recently updated
newest added

比如目前这样执行 sess.Select("test.selectTestTable").Param(model).Result(&dataList) 生成对应的对象和方法,直接调用 result := testMapper.selectTestTable(sess, model) 这样 xml 内 sql 名字改动,代码里面也能看到改动

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...

help wanted
type: new feature

Currently gobatis is not very easy to configure the database address by writing code, so I'm going to connect to the database by means of a configuration file.

type: new feature

We currently have very little documentation. So I'm going to improve the documentation.

type: documentation

README doc to international; code comment to international

enhancement