8treenet / gcache

gcache是gorm的中间件,插入后gorm即刻拥有缓存。
Apache License 2.0
386 stars 52 forks source link

是否可以增加对xormplus或xorm的支持,项目中用到了这个orm库,希望能够支持,谢谢。 #13

Closed rts-gordon closed 4 years ago

rts-gordon commented 4 years ago

RT。可以做成不依赖于某个具体的ORM。

8treenet commented 4 years ago

暂时不打算更新和支持了,orm全称是对象关系映射。没有泛型那么这个对象映射真的很凑合。等go出泛型。gorm和xorm重写了。我在支持。这应该是重写

rts-gordon commented 4 years ago

OK,了解了。