Inspect all queries going to the database with `Pr...
# random
o
Inspect all queries going to the database with
Prisma Query Inspector
, formatted for enhanced readability and accompanied by all params and time each query took. Soon there will be a feature that allows you to copy a full query with it's params ready to execute. npm :`npm install prisma-query-inspector --save-dev` yarn:
yarn add prisma-query-inspector --dev
Make sure to follow the steps in the README. Repo: https://github.com/omar-dulaimi/prisma-query-inspector