Provide a way for dynamic sql
DogLooksGood opened this issue · 2 comments
DogLooksGood commented
thanks for the great work!
there's one thing I noticed that hugsql have a feature called snip
so that we can use other libraries like honeysql
to provide the dynamic part. is there any equivalent in oksql?
swlkr commented
Hm… dynamic sql, there isn't a way to do that in oksql yet, I have been working extensively on my web framework https://github.com/coast-framework/coast which does have dynamic sql generation (https://github.com/coast-framework/coast/blob/master/docs/EDN-Queries.md), and I am thinking about bringing some of that to oksql, but I'm not sure yet
swlkr commented
Just going to close this since I wrote a bunch of stuff for dynamic sql in other libs.
I'm open to PRs for dynamic sql in this one though