Extend Debugging to Database Class
nasser85 opened this issue · 0 comments
nasser85 commented
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 relevantclass DbDebugger
methods