schemacrawler / SchemaCrawler

Free database schema discovery and comprehension tool
http://www.schemacrawler.com/
Other
1.6k stars 199 forks source link

Create ditaa text file with db diagram #96

Closed ptahchiev closed 7 years ago

ptahchiev commented 7 years ago

I would like to see a way to generate a ditaa diagram:

http://ditaa.sourceforge.net/

for my database schema instead of an image with graphviz. If you could create a text file which then I can use ditaa to create an image that would be really awesome.

schemacrawler commented 7 years ago

SchemaCrawler has all the capabilities to allow you to do this. Please use SchemaCrawler's templating feature with either Apache Velocity or Freemarker to generate these files.

adriens commented 7 years ago

Looks like an interesting idea, let us know when you achieved something that you can show ;-p