Skip to main content

Module mysql

Module mysql 

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

Modules§

config
MySQL source configuration.
stream
MySQL source implementation.

Structs§

MysqlSource
A source that executes a SQL query against MySQL and returns rows as JSON.
MysqlSourceConfig
Configuration for the MySQL query source.

Enums§

FaucetError
All possible errors returned by faucet-stream.

Traits§

Source
A source fetches records from an external system.