querym
querym copied to clipboard
[Feature]: Suggest Added User Activity Log Exeute
Feature description
Suggest User activity log execute :
- showing date time log
- execute time
🎤 Pitch
I can work on this. Or do you want to work on it? This should be easy to implement with our current structure. I can give a pointer on how to achieve it.
Ok, I will do this task.
One thing that you can do is following this pattern.
https://github.com/querymx/querym/blob/main/src/renderer/contexts/SwitchDatabaseProvider.tsx#L12
As you can see, we can register the before each query execute. We can add registerAfterEach to trigger for after each query executed.