SQLite Output writes data to a SQLite database. You can select the database and the table name used to insert generated rows.
Configuration Options
DB File: Specify the database file. If it does not exist, it will create one. If it exist it will drop the output table and re-create one to insert generated rows.
Output Table: Specify output table name used to insert generated data. It must be an SQL valid identifier. Default: dgoutput
