//! Environment helpers (no optional database dependencies).
/// Reads **`TEST_DATABASE_URL`** if set and non-empty (trimmed).
///
/// Use this for integration tests against a disposable Postgres instance (local or CI) without
/// Docker-based testcontainers. See workspace **README** / **TASK** Q4.