Question
How to implement shadow table based on Sharding-JDBC
I want to use another table in the same database as a shadow table,and to use Sharding-JDBC to complete the shadow table route, but I only found the support of the shadow library
what should I do?