Files
TaskPool/docs/guide
little-sparkleeesss ae273d5b92 feat(database): support configurable SSL mode for PostgreSQL and MySQL
Add ssl_mode configuration option to allow users to customize SSL/TLS
policy for database connections instead of hardcoding sslmode=disable
for PostgreSQL and having no TLS support for MySQL.

Changes:
- database.Config, DatabaseConfig: add SSLMode field
- PostgreSQL DSN: replace hardcoded sslmode=disable with configurable
value
- MySQL DSN: append &tls=<SSLMode> parameter when SSLMode is set
- Full config pipeline: INI/env -> DatabaseConfig -> Config -> DSN ->
subprocess
- New env var BH_DB_SSL_MODE and ini key [database] ssl_mode
- Updated config example and documentation
2026-06-13 23:19:03 +08:00
..
2026-03-31 15:36:15 +08:00
2026-03-11 08:25:47 +08:00
2026-05-13 17:25:28 +08:00
2026-03-31 15:36:15 +08:00
2026-03-16 17:55:54 +08:00
2026-03-31 15:36:15 +08:00
2026-03-10 20:12:45 +08:00
2026-03-31 15:36:15 +08:00
2026-03-31 15:39:36 +08:00
2026-03-31 15:36:15 +08:00
2026-03-31 15:36:15 +08:00
2026-05-11 20:19:11 +08:00
2026-03-31 15:36:15 +08:00
2026-03-31 15:36:15 +08:00