Added DSN opts for exporter sql

This commit is contained in:
porosnicuadrian
2022-01-10 16:34:56 +02:00
committed by Dan Christian Bogos
parent b2e84bfdf0
commit 89a9cd8598
6 changed files with 95 additions and 48 deletions

View File

@@ -2439,6 +2439,7 @@ const (
SQLMaxOpenConns = "sqlMaxOpenConns"
SQLConnMaxLifetime = "sqlConnMaxLifetime"
SQLDSNParams = "sqlDSNParams"
// fileCSV
CSVRowLengthOpt = "csvRowLength"