How to format generated SQL code in output #49
Unanswered
FunctionDJ
asked this question in
Q&A
Replies: 1 comment
|
👋 I have nothing implemented but it’s a great idea. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi, i wanna share code on
drizzle.runthat's about fixing something about my code that uses drizzle without changing the resulting SQL codeconsole.log(myBuilder.toSQL().sql)Right now the SQL comes out without line-breaks. On my machine i use npm/sql-formatter. Does such thing for drizzle.run exist?
All reactions