Gaea icon indicating copy to clipboard operation
Gaea copied to clipboard

Gaea is a mysql proxy, it's developed by xiaomi b2c-dev team.

Results 73 Gaea issues
Sort by recently updated
recently updated
newest added

提供插件机制,比如sql审计和租户管理,用户可以按照规范,自行开发接口,编译成插件(比如so动态库)。

enhancement
discussion

hi,team: I am trying to design a feature called strict update mode. it's meaning just allow execute UPDATE SQL with the primary key or which configured fields. the proxy will...

enhancement
discussion

请求Gaea web现在开源了吗?

go工程,gaea-v1.2.2-linux-amd64-go1.13.4版本之前都能正常运行,升级到gaea-v1.2.5-linux-amd64-go1.13.3后,再次运行相同的gorm查询语句报错commands out of sync. Did you run multiple statements at once 工程中报错的gorm代码如下:orderInfo = new(models.Order) ret := s.DBHandle.Where("order_id = ?", orderId).Limit(1).Find(orderInfo)

![image](https://github.com/XiaoMi/Gaea/assets/7641964/cc062711-d0d1-4348-86f7-ae4567b921f9) 发现获取的是不对的

type Logger interface { SetLevel(name, level string) error Debug(format string, a ...interface{}) (err error) Trace(format string, a ...interface{}) (err error) Notice(format string, a ...interface{}) (err error) Warn(format string, a ...interface{})...

此项目还在维护吗?一年多未更新了。