nasser85/local-vault

Extend Debugging to Database Class

nasser85 opened this issue · 0 comments

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