You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently when debugMode is set on class DatabaseApi, verbose console logging occurs only for class Table methods. We would like to extend this option to class Database.
Tasks at hand:
Add database specific methods to class DbDebugger
Update class Database to optionally instantiate and call relevant class DbDebugger methods
The text was updated successfully, but these errors were encountered:
Currently when
debugMode
is set onclass DatabaseApi
, verboseconsole
logging occurs only forclass Table
methods. We would like to extend this option toclass Database
.Tasks at hand:
class DbDebugger
class Database
to optionally instantiate and call relevantclass DbDebugger
methodsThe text was updated successfully, but these errors were encountered: