Skip to main content

Module config

Module config 

Source

Structs§

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

Enums§

SqlOutputType
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.