Logging query duration

Hey, is there an easy way to log/check how long queries are taking?

In prisma it was matter of configuring the client, but in drizzle I only see the query and i don't see anything in docs about customizing it will additional data
https://prisma.io/docs/orm/prisma-client/observability-and-logging/logging#event-based-logging
Learn how to configure Prisma Client to log the raw SQL queries it sends to the database and other information.
Was this page helpful?