terrymanu opened a new issue, #25057:
URL: https://github.com/apache/shardingsphere/issues/25057

   Modify the module `shardingsphere-standalone-mode-repository-jdbc-core` by 
changing the current H2 and MySQL SPI to an XML configuration file that is 
directly load by the core module.
   
   The XML attribute should contain all SQL statements of 
`JDBCRepositoryProvider` and the JDBC driver class name, which be parsed JAXB.
   
   After the modification, `shardingsphere-standalone-mode-repository-jdbc-h2` 
and `shardingsphere-standalone-mode-repository-jdbc-mysql` can be deleted, and 
`shardingsphere-standalone-mode-repository-jdbc-core` should be renamed to 
"shardingsphere-standalone-mode-repository-jdbc" and moved up to the parent 
module.
   
   
   The xml should be:
   
   ```xml
   <sql type="H2" driver-class-name="xxx.xxx.xxx">
       <create-table> xxx</create-table>
       <select-by-key> xxx</select-by-key>
       <select-by-parent> xxx</select-by-parent>
       <insert> xxx</insert>
       <update> xxx</update>
       <delete> xxx</delete>
   </sql>
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: 
[email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to