From 667047c79376580da497a7e965ec3ec282b38b6f Mon Sep 17 00:00:00 2001 From: Michael Schnell Date: Sun, 29 Dec 2019 10:30:16 +0100 Subject: [PATCH] Changed to mariadb --- quarkus/README.md | 2 +- quarkus/query/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/quarkus/README.md b/quarkus/README.md index 1343b08..8a94da0 100644 --- a/quarkus/README.md +++ b/quarkus/README.md @@ -1,5 +1,5 @@ # cqrs4j-quarkus-example -Example applications that uses [Quarkus](https://quarkus.io/), [ddd-4-java](https://github.com/fuinorg/ddd-4-java) and [cqrs-4-java](https://github.com/fuinorg/cqrs-4-java) libraries. Events are stored in an [EventStore](https://eventstore.org/) and the query data is retrieved from a [PostgreSQL](https://www.postgresql.org/) database. +Example applications that uses [Quarkus](https://quarkus.io/), [ddd-4-java](https://github.com/fuinorg/ddd-4-java) and [cqrs-4-java](https://github.com/fuinorg/cqrs-4-java) libraries. Events are stored in an [EventStore](https://eventstore.org/) and the query data is retrieved from a [MariaDB](https://mariadb.org/) database. ## Prerequisites Make sure you installed everything as described [here](../../../). diff --git a/quarkus/query/README.md b/quarkus/query/README.md index 38e3b64..af0556c 100644 --- a/quarkus/query/README.md +++ b/quarkus/query/README.md @@ -1,5 +1,5 @@ # cqrs4j-quarkus-example-query -Query microservice that uses [Quarkus](https://quarkus.io/), [ddd-4-java](https://github.com/fuinorg/ddd-4-java) and [cqrs-4-java](https://github.com/fuinorg/cqrs-4-java) libraries. Events are stored in an [EventStore](https://eventstore.org/) and the query data is retrieved from a [PostgreSQL](https://www.postgresql.org/) database. +Query microservice that uses [Quarkus](https://quarkus.io/), [ddd-4-java](https://github.com/fuinorg/ddd-4-java) and [cqrs-4-java](https://github.com/fuinorg/cqrs-4-java) libraries. Events are stored in an [EventStore](https://eventstore.org/) and the query data is retrieved from a [MariaDB](https://mariadb.org/) database. ## Prerequisites Make sure you installed everything as described [here](../../../../).