SwisTrack/Components/OutputSQLite

From Wikibooks, open books for an open world
< SwisTrack | Components
Jump to: navigation, search

Contents

[edit] Description

This component writes the tracking data to a SQLite database.

[edit] Input

The tracks resulting from the tracking.

[edit] Output

A SQLite3 database at the parameterized path. The database contains two tables:

  • points : contains the tracks
  • configuration : a series of key-value pairs including the configuration that was used to generate the tracks, the machine it was run on, start time, etc.

[edit] Parameters

The three parameters to this component are:

  • Directory in which to place the output database.
  • Filename to be used for said database.
  • Whether or not an existing database at the specified path should be appended to, or cleared before use.
Personal tools
Namespaces
Variants
Actions
Navigation
Community
Toolbox
Sister projects
Print/export