(no title)
r1b | 1 year ago
For example, I work with a source of data that requires a particularly hairy JOIN strategy. The logic is the same for any table with the same “shape”, but no one can reuse it without copy / paste.
r1b | 1 year ago
For example, I work with a source of data that requires a particularly hairy JOIN strategy. The logic is the same for any table with the same “shape”, but no one can reuse it without copy / paste.
virtualwhys|1 year ago
All support building up arbitrarily complex queries based on statically typed query fragments.
String fragment "composition" is like banging rocks together.