menghaoranss opened a new issue #13618: URL: https://github.com/apache/shardingsphere/issues/13618
In the [standalone mode](https://shardingsphere.apache.org/document/current/en/concepts/mode/), it is not a good choice to use local files to persist metadata, because local files are not encrypted and can be modified at any time. Therefore, we consider using embedded h2 DB to support standalone mode. The following steps are required: 1. Add new module `shardingsphere-standalone-mode-repository-h2` under `shardingsphere-standalone-mode-repository-provider` 2. Add class `H2Repository.java` to implement all the interfaces of `StandalonePersistRepository` 3. Add necessary unit tests -- 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]
