Skip to main content

Module sql

Module sql 

Source

Structs§

SqlQueryPollSource
Polls a SQL query and emits one envelope per returned row.

Enums§

SqlDriver

Functions§

sql_query_poll_source_factory
Registry factory for SqlQueryPollSource. Registered by courier::registry::register_builtin under kind "sql_query_poll". The optional retry policy is extracted by the registry and threaded into the source’s PollScheduler.