mfvanek / pg-index-health

pg-index-health is a Java library for analyzing and maintaining indexes and tables health in Postgresql databases.
Apache License 2.0
124 stars 14 forks source link

Move DatabaseCheckOnHost to a separate module (core) and use it in Spring Boot starter #373

Closed mfvanek closed 3 months ago

mfvanek commented 4 months ago

https://github.com/mfvanek/pg-index-health/blob/master/pg-index-health/src/main/java/io/github/mfvanek/pg/common/maintenance/DatabaseCheckOnHost.java

mfvanek commented 4 months ago

Think about code coverage and tests completeness