Protected
Private
The getDB() method returns database instance and prevents user from accidentally access the production database.
The initDB() abstract method will be called in the class constructor to initialise the database. This returns the database specified by generic T.
The isProdDB() abstract method checks the connection whether it is a production or not.
Generated using TypeDoc
The getDB() method returns database instance and prevents user from accidentally access the production database.