From 05b9a71e8feaa7d0e467bf57abfc2fc801fa0e6b Mon Sep 17 00:00:00 2001 From: kristifor Date: Thu, 23 Jan 2020 15:23:52 +0200 Subject: [PATCH] Adding support to generate database first context using entity framework core inside a project insuring that the datbase context and generated UML model are consistent. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6e43ca8..65f0953 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ Usage example rokono-cl [options] [commands] -r: specitfy this command after -Connection ID in order to remove a connection from the saved connections list. -GF: Uses a saved connection to generate a plantUML diagram for a specific database that is on the same server as the quick access connection with a custom filepath. Usage rokono-cl -Connection ID -d DatabaseName -file customfilePath -GF -GS: Uses a saved connection to generate a plantUML diagram for the default set database using the default saved filepath. Usage rokono-cl -Connection ID -GS +-Context: runs dbscaffold on a database to generate database first update or initalization on the project directory ensuring consitancy between the generated UML diagram and database model inside the project. Important, must be -CP must be pointed to the root project folder in order to generate database context!!!" ----------------------------------------------------------------------------------------------------------- Usage Example @@ -82,3 +83,4 @@ dotnet publish -c Release +