Expand description
§faucet-sink-sqlite
SQLite sink connector for the faucet-stream ecosystem.
Writes serde_json::Value records to a SQLite table using a JSON
column or dynamic column mapping.
Re-exports§
pub use config::SqliteColumnMapping;pub use config::SqliteSinkConfig;pub use sink::SqliteSink;
Modules§
Enums§
- Faucet
Error - All possible errors returned by faucet-stream.
Traits§
- Sink
- A sink writes records to an external system.