sequelize-typescript icon indicating copy to clipboard operation
sequelize-typescript copied to clipboard

The printed SQL has no execution time

Open KingDracula opened this issue 4 years ago • 0 comments

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 : image sequelize-typescript: image

KingDracula avatar Aug 27 '21 09:08 KingDracula