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
Currently when
debugModeis set onclass DatabaseApi, verboseconsolelogging occurs only forclass Tablemethods. We would like to extend this option toclass Database.Tasks at hand:
class DbDebuggerclass Databaseto optionally instantiate and call relevantclass DbDebuggermethods