Skip to main content

Module sqlite

Module sqlite 

Source
Available on crate features source-rest and source-sqlite only.

Modules§

config
SQLite source configuration.
stream
SQLite source implementation.

Structs§

SqliteSource
A source that executes a SQL query against SQLite and returns rows as JSON.
SqliteSourceConfig
Configuration for the SQLite query source.

Enums§

FaucetError
All possible errors returned by faucet-stream.

Traits§

Source
A source fetches records from an external system.