initialize method
Initializes the ODBC environment.
Must be called before any other operations. This method can be called multiple times safely - subsequent calls are ignored if already initialized.
Implementation
Future<Result<Unit>> initialize() async => _repository.initialize();