Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
SQLITECONVERT(1)	     General Commands Manual		SQLITECONVERT(1)

NAME
     sqliteconvert -- extract SQLite documentation

SYNOPSIS
     sqliteconvert [-i] [-f template] schema

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 speci-
	     fied.

     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).

SEE ALSO
     sqlite2dot(1), sqlite2html(1), sqlite3(1)

FreeBSD ports 15.quarterly	  July 14, 2016 		SQLITECONVERT(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=sqliteconvert&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help