schemadoc gem - auto-generate your database schema docu for tables, columns, etc.
Hello, I’ve put together a command line tool, that is, schemadoc that lets you auto-generate your database schema docu for tables, columns, etc. The schemadoc tool connects to your database and writes out the schema info in database.json and also builds an a-z symbol index in symbols.json. Drop the json files in the _data/ folder for your static site theme (template pack) and let Jekyll (or GitHub Pages) do the rest. See the football.db or beer.db examples. Cheers.
Post a comment