monitoring mysql for changes

后端 未结 5 536
陌清茗
陌清茗 2021-01-18 20:16

I have a Java app using a MySQL database through hibernate. The database is really used as persistence layer: The database is read at the initial load of the program, and

5条回答
  •  轮回少年
    2021-01-18 20:51

    Another way would be to use a self compiled MySQL server with the patches from this project

    ProjectPage External Language Stored Procedures

    Check this blog post for a more detailed introduction

    Calling Java code in MySQL

提交回复
热议问题