Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support input from stdin #8

Open
38tter opened this issue Jul 20, 2023 · 0 comments
Open

Support input from stdin #8

38tter opened this issue Jul 20, 2023 · 0 comments

Comments

@38tter
Copy link
Owner

38tter commented Jul 20, 2023

Currently, input files are limited to be given from docs/mermaid directory, but parsing er diagram from stdin like:

$ bin/rails g mergration:install <<- EOF
  erDiagram {
    nantoka {
      int id
      string hoge
      string fuga
      datetime created_at
      datetime updated_at
    }
  }
EOF

seems more useful.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant