APE引擎Mysql在插入时将数据推送到通道
我正在使用 APE Engine (http://www.ape-project.org) 直到现在我没有任何实际问题了。
问题是我想使用 MySQL 模块并在每次将行插入表中时将数据推送到通道。
我尝试设置服务器端模块,创建了 SQL 查询,但仅在服务器启动时才获取数据。
我怎样才能做到这一点?
I am working with APE Engine (http://www.ape-project.org) and up until now I had no actual problem.
The problem is that I would like to use the MySQL module and push data to a channel each time a row is inserted into a table.
I've tried to setup a server side module, I created an SQL query but data is fetched only when the server boots.
How can i make this work?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我尝试在谷歌官方群组上发布相同的主题。
这就是我得到的: Google 网上论坛 - Ape 项目 - 在插入时推送数据
希望有所帮助:)
i tried posting the same topic on the official google group.
here's what i got: Google Groups - Ape Project - Push data on insert
Hope that helps :)