gomapper:用于 MySQL 的 Golang 轻量级 ORM

时间:2024-07-15 09:31:05
【文件属性】:

文件名称:gomapper:用于 MySQL 的 Golang 轻量级 ORM

文件大小:14KB

文件格式:ZIP

更新时间:2024-07-15 09:31:05

Go

Gomapper 用于 MySQL 的 Golang 轻量级 ORM 介绍 假设我们将表 't' 定义为 mysql> show create table t\G *************************** 1. row *************************** Table: t Create Table: CREATE TABLE `t` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `first_name` varchar(64) DEFAULT NULL, `last_name` varchar(64) DEFAULT NULL, `email_verified` tinyint(1) DEFAULT '0', `created_at` datetime DEFAULT '0000-00-


【文件预览】:
gomapper-master
----select.go(5KB)
----example()
--------sqlmap.xml(1KB)
--------sql.go(2KB)
--------example.go(5KB)
----mapper.go(3KB)
----sql.go(2KB)
----dml.go(2KB)
----sqlmap.go(4KB)
----README.md(4KB)
----unit_test.go(10KB)

网友评论