Partial compile
Hello everyone, is it possible (somehow) to generate only part of the compiled query? I have an edge-case when want to use only part ("where" statement in my case) of the compiled query from kysely. Is there any short-way to do it? I definitely don't want to parse the result. Thanks Mike
3 Replies
Unknown User•9mo ago
Message Not Public
Sign In & Join Server To View
looks interesting. thank you
@subframe75361 , I also need to transform...
select a.* from table as a
to:
any idea...?Unknown User•9mo ago
Message Not Public
Sign In & Join Server To View