Get the result raw sql
I love drizzle and everything it does, but it cannot integration with a certain tool I'm using in a comfortable way.. I wanted to know if it's possible to create a query or whatever and reach the inner final sql as raw string?
4 Replies
Hi. You might be looking for https://orm.drizzle.team/docs/goodies#printing-sql-query
Goodies - Drizzle ORM
Drizzle ORM is a lightweight and performant TypeScript ORM with developer experience in mind.
That is exactly what I might be looking for
I was looking for that hahaha
you also can turn on logging to get every query in you console
Goodies - Drizzle ORM
Drizzle ORM is a lightweight and performant TypeScript ORM with developer experience in mind.