db icon indicating copy to clipboard operation
db copied to clipboard

Events

Open samdark opened this issue 4 years ago • 1 comments

What events do you think are usable to be emitted by database abstraction layer?

samdark avatar Mar 14 '20 13:03 samdark

  • before/after open connection for e.g. prepare connection (set timezone, set connection attribute)
  • before/after close connection for e.g. free resources
  • before/after executing command for e.g. query analyzing, logging

kamarton avatar Mar 28 '20 05:03 kamarton