Skip to content

Commit

Permalink
Merge pull request #4 from cmelgarejo/patch-1
Browse files Browse the repository at this point in the history
Adds schema configuration reading
  • Loading branch information
cg33 authored Apr 20, 2022
2 parents 566027b + ae7406e commit c169e58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions db.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ func getDBInfoFromINIConfig(cfg *ini.File, connection string) *dbInfo {
File: dbCfgModel.Key("file").Value(),
Password: dbCfgModel.Key("password").Value(),
Database: dbCfgModel.Key("database").Value(),
Schema: dbCfgModel.Key("schema").Value(),
}
}

Expand Down

0 comments on commit c169e58

Please sign in to comment.