Skip to content

Commit

Permalink
Codacy link update
Browse files Browse the repository at this point in the history
  • Loading branch information
Articus committed Dec 20, 2023
1 parent 3dde155 commit 5dda7a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![GitHub Actions: Run tests](https://github.com/Articus/DataTransfer/workflows/Run%20tests/badge.svg)](https://github.com/Articus/DataTransfer/actions?query=workflow%3A%22Run+tests%22)
[![Coveralls](https://coveralls.io/repos/github/Articus/DataTransfer/badge.svg?branch=master)](https://coveralls.io/github/Articus/DataTransfer?branch=master)
[![Codacy](https://app.codacy.com/project/badge/Grade/2ec15ac8c40c4a709e7662e9c7124fad)](https://www.codacy.com/gh/Articus/DataTransfer/dashboard?utm_source=github.com&utm_medium=referral&utm_content=Articus/DataTransfer&utm_campaign=Badge_Grade)
[![Codacy](https://app.codacy.com/project/badge/Grade/2ec15ac8c40c4a709e7662e9c7124fad)](https://app.codacy.com/gh/Articus/DataTransfer/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)

This library provides a "validating hydrator", a service that patches destination data with source data only if destination data remains valid after that. Source and destination can be anything - scalars, arrays, objects... So either you want to make a partial update of ORM entity with parsed JSON from HTTP-request or produce a plain DTO from this entity to send in AMQP-message this library can help you to do that in a neat convenient way.

Expand Down

0 comments on commit 5dda7a4

Please sign in to comment.