Extends the base Database class by adding/overwriting methods.
extend(extensions)
Parameter
Description
extensions
An object with the methods
Returns
Description
A modified version of the base Database class with the new methods
You can define methods using normal and/or arrow functions, but in order to access the base class methods with the "this" keyword, you must use a normal function.