Skip to content

Commit

Permalink
fix: add mssql to session config
Browse files Browse the repository at this point in the history
  • Loading branch information
ephrimlawrence committed Mar 1, 2024
1 parent e7845ea commit 90dd280
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ export class Config {
this._session = PostgresSession.getInstance();
this._session.configure(_session);
break;
case "mssql":
case "mysql":
this._session = MySQLSession.getInstance();
this._session.configure(_session);
Expand Down

0 comments on commit 90dd280

Please sign in to comment.