zhfeng opened a new issue #13007:
URL: https://github.com/apache/shardingsphere/issues/13007


   ## Feature Request
   
   ### Is your feature request related to a problem?
   Currently the 
[H2DataSourceMetaData](https://github.com/apache/shardingsphere/blob/master/shardingsphere-infra/shardingsphere-infra-common/src/main/java/org/apache/shardingsphere/infra/database/metadata/dialect/H2DataSourceMetaData.java#L43)
 only supports the memory jdbc url like ```jdbc:h2:mem```. While I'm workong 
with 
[quarkus-shardingsphere-jdbc](https://github.com/quarkiverse/quarkus-shardingsphere-jdbc),
 it needs to support all the [H2 jdbc urls 
](https://quarkus.io/guides/datasource#h2)
   
   ```
   jdbc:h2:{ {.|mem:}[name] | [file:]fileName | 
{tcp|ssl}:[//]server[:port][,server2[:port]]/name }[;key=value…​]
   ```
   ### Describe the feature you would like.
   
   It could be great to support all of these urls.
   


-- 
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