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

nerognu 16 0 ZIP 2021-02-01 14:02:30

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

用户评论
请输入评论内容
评分:
暂无评论