DESCRIPTION
The
sqliteconvert utility converts an
sqlite3(1) schema file
schema into an HTML5 file given
template, which defaults to
/usr/local/share/sqliteconvert/schema.xml. It is essentially a wrapper around
sqlite2dot(1) and
sqlite2html(1) along with a reasonably-functional template file. Its options are as follows:
-
-i
-
Emits the image (a PNG file) referenced by the viewer.
-
-f template
-
The template HTML5. This is not meaningful when -i has been specified.
-
schema
-
An SQLite schema file.
The template file is reproduced as-is as the output except that any lines consisting of
@SCHEMA@
are replaced by the image map and HTML5 fragment produced by
sqlite2dot(1) and
sqlite2html(1).