diff --git a/src/helpers/DatabaseHelper.ts b/src/helpers/DatabaseHelper.ts index a9567e9..2610d10 100644 --- a/src/helpers/DatabaseHelper.ts +++ b/src/helpers/DatabaseHelper.ts @@ -45,6 +45,13 @@ export class DatabaseHelper { }) } + /** + * Get an instance of the connection to the database + */ + static getConnection() : Connection { + return this.connection; + } + /** * Query the database (SELECT) *