Gondolier是Go的数据库迁移库
文件大小: 27k
源码售价: 10 个金币 积分规则     积分充值
资源说明: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"` } type Order struct { Id uint64 `gondolier:"type:bigint;id"` Buyer uint64 `gondolier:"type:big
本源码包内暂不包含可直接显示的源代码文件,请下载源码包。