You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need typesafe queries, so we can't use sql templates.
However, I want to stay close to raw sql as possible for readability.
(Also LLMs are better at raw sql than typesafe query builders.)
This switches us to db.select().from().where() style queries everywhere.
0 commit comments