louislivi / SMProxy

Swoole MySQL Proxy 一个基于 MySQL 协议,Swoole 开发的MySQL数据库连接池。 A MySQL database connection pool based on MySQL protocol and Swoole.
https://smproxy.louislivi.com
MIT License
1.78k stars 258 forks source link

如果我需要对sql进行处理后再执行 怎么办 对sql语句拦截处理 内置的有sql解析方便操作的吗 #55

Closed 54huige closed 5 years ago

54huige commented 5 years ago

如果我需要对sql进行处理后再执行 怎么办 对sql语句拦截处理 内置的有sql解析方便操作的吗

我需要对每个sql新增一个where条件 但不是所有表都是如此 我要怎么办

louislivi commented 5 years ago

没有这个功能的