You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Related to issue #18, we could write a custom rake task that loads the Ronin::DB models and outputs a dot or Mermaid ERD file, which can then be used to generate output SVG or HTML. See this example code.
This code will likely get very complex, and should probably be stored in a separate file in tasks/ then loaded into Rakefile using require_relative.
The text was updated successfully, but these errors were encountered:
Related to issue #18, we could write a custom rake task that loads the
Ronin::DB
models and outputs a dot or Mermaid ERD file, which can then be used to generate output SVG or HTML. See this example code.This code will likely get very complex, and should probably be stored in a separate file in
tasks/
then loaded intoRakefile
usingrequire_relative
.The text was updated successfully, but these errors were encountered: