Skip to main content

Module config

Module config 

Source

Structs§

SqlEndpointConfig
Configuration for SQL component endpoints.
SqlGlobalConfig
Global configuration for SQL component.

Enums§

PollStrategy
Poll strategy for SQL consumers.
ProcessingStrategy
Processing strategy for SQL consumers.
SqlOutputType
Output type for SQL query results.
TransactionMode
Transaction mode for SQL operations.

Functions§

enrich_db_url_with_ssl
redact_db_url
Redacts the user:password portion of a database URL for safe display. Returns "scheme://***@host/db" for URLs with userinfo, or the original URL otherwise.