golang mybatis简单便捷 源码
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
下载地址
用户评论