1. 首页
  2. 数据库
  3. 其它
  4. Gondolier是Go的数据库迁移库 源码

Gondolier是Go的数据库迁移库 源码

上传者: 2021-02-01 14:54:30上传 ZIP文件 27.45KB 热度 18次
Gondolier Description Gondolier is a library to auto migrate database schemas in Go (golang) using structs. Quick demo: type Customer struct { Id uint64 `gondolier:"type:bigint;id"` Name string `gondolier:"type:varchar(255);notnull"` Age int `gondolier:"type:integer;notnull"` } typ
下载地址
用户评论