Feature Request: Trace for Database client operations.
The same as exist in server side script, does a lot of sense to me for Database too.
For example, to test in real-time from actual device an actual event of sending session_token+userid+whatever to the DB service, would be much more convenient to trace from DB trace log like mentioned above about server side code.
The alternative I suppose is work-around it with client side JS code to alert (print) variables to popup or whatever. Or is there another way I'm not aware of?