1. 首页
  2. 数据库
  3. 其它
  4. golang mybatis简单便捷 源码

golang mybatis简单便捷 源码

上传者: 2021-02-01 10:34:39上传 ZIP文件 42.06KB 热度 16次
gobatis 目前代码都是基于mysql编写测试的,其他数据库暂时还未做兼容处理 模板代码生成 提供了简单的增删改查代码自动生成 具体操作看仓库: gobatis接口 type GoBatis interface { // Select 查询数据 Select(stmt string, param interface{}) func(res interface{}) error // SelectContext 查询数据with context SelectContext(ctx context.Context, stmt string, param interface{}) fu
下载地址
用户评论