SQLite Non-Spatial Reader/Writer

Overview

The SQLite Non-Spatial reader and writer modules provide FME with access to attribute data held in sqlite3 database tables. This data may not necessarily have a spatial component to it. FME provides read and write access to sqlite3 databases.

Reader Overview

FME considers a database data set to be a collection of relational tables. The tables must be defined in the workspace before they can be read. Arbitrary WHERE clauses and joins are fully supported.

Writer Overview

The SQLite3 writer module stores attribute records into a live relational database. The SQLite3 writer provides the following capabilities:

  • Transaction Support: The SQLite3 writer provides transaction support that eases the data loading process. Occasionally, a data load operation terminates prematurely due to data difficulties. The transaction support provides a mechanism for reloading corrected data without data loss or duplication.
  • Table Creation: The SQLite3 writer uses the information within the workspace to automatically create database tables as needed.
  • Writer Mode Specification: The SQLite3 writer allows the user to specify what database command should be issued for each feature received. Valid writer modes are INSERT, UPDATE and DELETE. The writer mode can be specified at three unique levels: at the writer level, on the feature type, or on individual features.