Skip to content

Commit

Permalink
Adding support to generate database first context using entity framew…
Browse files Browse the repository at this point in the history
…ork core inside a project insuring that the datbase context and generated UML model are consistent.
  • Loading branch information
kristifor committed Jan 23, 2020
1 parent e9feead commit 05b9a71
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -82,3 +83,4 @@ dotnet publish -c Release




0 comments on commit 05b9a71

Please sign in to comment.