Structs§
- SqlEndpoint
Config - Configuration for SQL component endpoints.
- SqlGlobal
Config - Global configuration for SQL component.
Enums§
- Poll
Strategy - Poll strategy for SQL consumers.
- Processing
Strategy - Processing strategy for SQL consumers.
- SqlOutput
Type - Output type for SQL query results.
- Transaction
Mode - 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.