This is really interesting, but as far as I can tell from scanning the doc there’s no provision for composition. If I want to use actual subqueries or small chunks of queries in a few different places, is there any way to do that, or do I have to manually compose them in my .sql files?
This is really interesting, but as far as I can tell from scanning the doc there’s no provision for composition. If I want to use actual subqueries or small chunks of queries in a few different places, is there any way to do that, or do I have to manually compose them in my .sql files?
Yeah that’s a good point, and definitely something that would be nice to see.
https://github.com/Masterminds/squirrel and https://github.com/elgris/sqrl ?
Yeah, we use squirrel at $JOB. I’m pretty happy with it.