From bd378b87dc133f724fcc2e8d7d2e16f99e924b5c Mon Sep 17 00:00:00 2001 From: Marcel Nellesen <nellesen@itc.rwth-aachen.de> Date: Thu, 1 Apr 2021 09:32:56 +0200 Subject: [PATCH] Updated dependencies (coscine/issues#1434) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 170478d..856dfd8 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -## C# Database ORM and FluentMigrator +## C# Database ORM and FluentMigrator We provide a data model generated using linq2DB, allowing us to access our database via linq. A migration tool based on fluent migrator is used for stable and reversible database migrations. -- GitLab