Awesome
Synopsis
sqliteconvert is a set of tools to convert sqlite3 schema files into documentation. It includes sqlite2dot(1), which converts into a graphviz file; sqlite2html(1), which converts into an HTML5 fragment; and sqliteconvert(1), which pulls these tools together with some sane default templates.
For a full-fledged example, see schema.html.
Installation
Compile with make
, then sudo make install
(or doas make install
,
whatever the case may be).
There are no dependencies.
License
All sources use the ISC (like OpenBSD) license. See the LICENSE.md file for details.