mfvanek / pg-index-health-demo

Demo apps for pg-index-health library
Apache License 2.0
9 stars 2 forks source link
gradle gradle-8 hacktoberfest java java-17 junit5 kotlin-dsl liquibase lombok lombok-gradle mutation-testing pitest postgres postgresql testcontainers

pg-index-health-demo

Demo project for pg-index-health library.

Java CI License: Apache 2.0 codecov

Bugs Vulnerabilities Code Smells Lines of Code Coverage

Mutation testing badge

Modules

Tech stack

Previous versions

If you search for version with Embedded PostgreSQL please take a look at release 0.6.1
If you search for Java 8 compatible example please take a look at release 0.6.2

Advantages

With pg-index-health library you will be able to:

  1. collect indexes health data in production environment;
  2. analyze your database structure in functional tests and prevent many of typical errors;
  3. analyze your database configuration to prevent using of default values for important options;
  4. manage your database statistics in production environment;
  5. generate migrations to fix your database structure.