sequelize-typescript
sequelize-typescript copied to clipboard
The printed SQL has no execution time
Issue
Versions
- "sequelize": "^6.6.5",
- "@types/sequelize": "^4.28.10",
- "typescript": "^4.3.5"
Issue type
- [ ] bug report
- [x] feature request
Actual behavior
Expected behavior
Steps to reproduce
Related code
insert short code snippets here
when i used the sequelizejs it can print sql with 'Elapsed time'
but now i used the sequelize-typescript the print sql dont have .
how to print it
Thank you very much!!!
sequelizejs :
sequelize-typescript:
