From db5a79a4dcbae3773dc77baed5f012dfdebe9d03 Mon Sep 17 00:00:00 2001 From: K Siva Prasad Reddy Date: Wed, 10 May 2023 06:11:57 +0530 Subject: [PATCH] Updated README --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index 1e33941..b464993 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,9 @@ The `jooq-testcontainers-codegen-maven-plugin` simplifies the jOOQ code generation by using [Testcontainers](https://www.testcontainers.org/) and applying Flyway database migrations. +[![Build](https://github.com/sivalabs/jooq-testcontainers-codegen-maven-plugin/actions/workflows/build.yml/badge.svg)](https://github.com/sivalabs/jooq-testcontainers-codegen-maven-plugin/actions/workflows/build.yml) +![Maven Central](https://img.shields.io/maven-central/v/io.github.sivalabs/jooq-testcontainers-codegen-maven-plugin) + ## Supported databases: * Postgres * MySQL @@ -58,7 +61,17 @@ by using [Testcontainers](https://www.testcontainers.org/) and applying Flyway d generate-sources + POSTGRES + postgres:15.2-alpine @@ -67,6 +80,10 @@ by using [Testcontainers](https://www.testcontainers.org/) and applying Flyway d filesystem:src/main/resources/db/migration/postgresql + .*