GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
SQLITECONVERT(1) FreeBSD General Commands Manual SQLITECONVERT(1)

sqliteconvert
extract SQLite documentation

sqliteconvert [-i] [-f template] schema

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:
Emits the image (a PNG file) referenced by the viewer.
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).

sqlite2dot(1), sqlite2html(1), sqlite3(1)
July 14, 2016 FreeBSD 13.1-RELEASE

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.