cf-toolsuite / cf-butler

My purpose in life is to cleanup stale apps and services on a Cloud Foundry foundation. I can be configured to report on and remove orphaned services and stopped app instances older than a configurable duration. I do many other useful things too.
Apache License 2.0
39 stars 16 forks source link

Add support for MySQL #14

Closed pacphi closed 5 years ago

pacphi commented 5 years ago

See https://spring.io/blog/2019/03/20/spring-tips-reactive-mysql-support-with-jasync-sql-and-r2dbc.

Should just mean...

pacphi commented 5 years ago

There's an alternative implementation to consider here but it doesn't currently support SSL, https://github.com/mirromutth/r2dbc-mysql.

pacphi commented 5 years ago

Tracking with this PR.