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