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]

or

sisu -d  [instruction] [filename/wildcard]

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
-d 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)
-di [filename/wildcard]
or -d import [filename/wildcard] imports data specified to (sqlite) db (rb.dbi)
-du [filename/wildcard]
or -d update [filename/wildcard] updates/imports specified data to (sqlite) db (rb.dbi)
-d remove
[filename/wildcard] removes specified data to (sqlite) db (rb.dbi)
-d dropall
kills data" and drops (sqlite) 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_examples(1) , sisu_postgresql(1) , sisu_vim(1) sisu_remote(1)


Table of Contents