Hello,
I'm looking for a little Ruby tool that reads in, for example, an
SQLite schema (e.g.
beer.db, football.db, etc.) and outputs (generates) documentation
for tables, fields etc. as a single HTML page or as HTML pages.
Any insight appreciated if there's anything around?
Cheers.
Hi,
I have not tested it yet, but a few days ago I came across with this gem:
I hope this is what you're looking for.
Cheers,
···
*********************************************************************************
*********************************************************************************
2015-02-03 16:37 GMT+01:00 Gerald Bauer <gerald.bauer@gmail.com>:
Hello,
I'm looking for a little Ruby tool that reads in, for example, an
SQLite schema (e.g.
beer.db, football.db, etc.) and outputs (generates) documentation
for tables, fields etc. as a single HTML page or as HTML pages.
Any insight appreciated if there's anything around?
Cheers.
Hello,
Thanks. That looks great.
I'm more looking for something like rdoc (schemadoc ?) for schemas
that generates nices looking docus (in HTML w/ index and
cross-references for tables, etc.). See an example rdoc for hoe [1]
instead of classes it would be tables, fields and so on of course ;-).
Cheers.
PS: I've started to put together a litte script (in Ruby) but still
hoping there's something already ready-to-use.
[1] http://www.rubydoc.info/gems/hoe