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