Update query_runner_service.go

This commit is contained in:
Lizandro Guarnizo
2026-05-01 16:35:50 -05:00
parent e04f0a422e
commit f8e4ee5b05
+1 -1
View File
@@ -8,7 +8,7 @@ import (
"time"
_ "github.com/go-sql-driver/mysql"
_ "github.com/jackc/pgx/v5/stdlib"
_ "github.com/lib/pq"
_ "github.com/mattn/go-sqlite3"
_ "github.com/microsoft/go-mssqldb"