From 65477054fd798728bf186aa2938727ddddbe86a5 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Tue, 22 May 2007 02:06:46 +0100 Subject: Imported upstream version 0.52.7 --- data/doc/sisu/html/sisu_sqlite.7.html | 91 +++++++++++++++++++++++++++++++++++ 1 file changed, 91 insertions(+) create mode 100644 data/doc/sisu/html/sisu_sqlite.7.html (limited to 'data/doc/sisu/html/sisu_sqlite.7.html') diff --git a/data/doc/sisu/html/sisu_sqlite.7.html b/data/doc/sisu/html/sisu_sqlite.7.html new file mode 100644 index 00000000..4d85c37b --- /dev/null +++ b/data/doc/sisu/html/sisu_sqlite.7.html @@ -0,0 +1,91 @@ + + + + + +sisu_sqlite(7) manual page + + +Table of Contents

+ +

Name

+SiSU - Structured information, Serialized Units - a document +publishing system, sqlite dependency package

+This is a dummy package to +install the dependencies required by SiSU to populate an sqlite database + +

Synopsis

+sisu -d [instruction] [filename/wildcard if required]

+sisu -d --(sqlite|pg) +--[instruction] [filename/wildcard if required]

+ +

Description

+sisu_sqlite is +part of SiSU (man sisu) sisu_sqlite is a dummy package to install dependencies +needed for sisu to populate an sqlite database, documented in man sisu + +

databases

+ +
+ +
dbi - database interface
+
-d set for sqlite
+ +
--sqlite --createall
+
initial +step, creates required relations (tables, indexes) in existing (sqlite) +database (a database should be created manually and given the same name +as working directory, as requested) (rb.dbi)
+ +
--sqlite --import -v
+
[filename/wildcard] +imports data specified to (sqlite) db (rb.dbi)
+ +
--sqlite --update -v
+
[filename/wildcard] +updates/imports specified data to (sqlite) db (rb.dbi)
+ +
--sqlite --remove -v +
+
[filename/wildcard] removes specified data to (sqlite) db (rb.dbi)
+ +
--sqlite +--dropall
+
kills data" and drops (postgresql) db, tables & indexes
+ +
--sqlite +--recreate
+
kills data" and drops and rebuilds empty (postgresql) db, tables +&
+
+indexes + +

Further Information

+

+For more information on SiSU see: <http://www.jus.uio.no/sisu +> +

+or man sisu +

Author

+Ralph Amissah <ralph@amissah.com> or <ralph.amissah@gmail.com> + +

See Also

+sisu(1) +, sisu(8) +, sisu_postgresql(7) +, sisu_vim(7) +

+ +


+Table of Contents

+

+ + -- cgit v1.2.3