robocanic opened a new issue, #1335: URL: https://github.com/apache/dubbo-admin/issues/1335
<!-- Please only use this template for submitting feature requests --> **What would you like to be added**: Use [gorm](https://github.com/go-gorm/gorm) to implement [Store](https://github.com/apache/dubbo-admin/blob/develop/pkg/core/store/store.go). Key targets: 1. Support CURD operations of all resource defined in [api](https://github.com/apache/dubbo-admin/tree/develop/api/mesh/v1alpha1). 2. Support Mysql and Postgres as backend databases. **Why is this needed**: The Memory type of store has been implemented in https://github.com/apache/dubbo-admin/pull/1332, but memory is not reliable in many conditions. In order to make it more reliable in the production environment, we need to provide persistent store for Resource. MySQL and PostgreSQL are widely used as relational database, and [gorm](https://github.com/go-gorm/gorm) can easily support CURD operations on top of the databases. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
