huosenyuan commented on issue #9252:
URL: https://github.com/apache/shardingsphere/issues/9252#issuecomment-772332567
db is HyperSql
~~~
dataSources:
ds:
driverClassName: org.hsqldb.jdbc.JDBCDriver
url: jdbc:hsqldb:file:/opt/db1/testdb1
username: SA
password:
~~~
~~~
<dependency>
<groupId>org.hsqldb</groupId>
<artifactId>hsqldb</artifactId>
<version>2.5.1</version>
</dependency>
~~~
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]