Skip to main content

Module sqlite

Module sqlite 

Source
Available on crate feature sink-sqlite only.

Modules§

config
SQLite sink configuration.
sink
SQLite sink implementation.

Structs§

SqliteSink
A sink that writes JSON records to a SQLite table.
SqliteSinkConfig
Configuration for the SQLite sink.

Enums§

FaucetError
All possible errors returned by faucet-stream.
SqliteColumnMapping
How to map JSON records to table columns.

Traits§

Sink
A sink writes records to an external system.