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

Alternative output formats for print-schema #864

Closed
killercup opened this Issue Apr 19, 2017 · 1 comment

Comments

Projects
None yet
2 participants
@killercup
Member

killercup commented Apr 19, 2017

smag suggested graphviz output for print-schema on Gitter, and I think this is a nice idea. I'm not entirely sure if this is something we want in diesel_cli itself or if it'd be nicer to have a new crate that does that (it could use diesel_infer_schema as a dependency).

@sgrif

This comment has been minimized.

Member

sgrif commented Dec 16, 2017

I'm pretty sure there are other tools that output database schema in graphviz. This really seems out of scope for Diesel though.

@sgrif sgrif closed this Dec 16, 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment