请问,Go语言现在能用于生产环境比较流行的功能成熟的ORM库或类mybatis的库有哪些?
最近有新项目选型,请有经验的gopher推荐一下,或分享一下相关库的使用经验感想,谢谢
我们总监说go语言还不没成熟,市场需求还不明了,让我们先关注,等两年看看!
https://github.com/avelino/awesome-go#orm
这里可以参考一下
https://github.com/coopernurse/gorp (1500 stars)
https://github.com/eaigner/hood
https://github.com/coocood/qbs
https://github.com/astaxie/beedb
upper.io
https://github.com/jinzhu/gorm (2000 stars)
https://github.com/lunny/xorm
这里有讨论
https://www.reddit.com/r/golang/comments/3ajqa6/golang_which_orm_is_better/
可以试试这个库 https://github.com/xormplus/xorm
lingorm 看看这个,轻量的golang orm框架 https://lingorm.com/cn/go/install.html