Daniel Gray

Results 31 comments of Daniel Gray

> `sql.join = (xs, joiner) => xs.flatMap((x, i) => i ? [joiner, x] : x)` oh interesting! i would never have come up with that on my own do you...

and if no reservations, would you accept a PR adding this as a core feature?

i'm working on a PR anyone want to bike-shed over `join` vs `concat` to avoid confusion with sql joins? or `concat_ws` to use actual postgres api :grin:

Happy to help where I can on this, though I fear my attempt wouldn't quite be up to par with the usual Graphile standards

for whatever it's worth (and mostly to anyone else who might stumble on this issue), I found [postgres-bridge](https://github.com/gajus/postgres-bridge) which I expected to stub the necessary bits, but I would get...

since this has gone ignored, perhaps you'd like to publish your fork to npm? namespace it under your user if you'd prefer

Personally, I don't think whether you're the right person is even a question, you've already done the work of merging other pulls, and that already makes you the right person...

I havent been able to get this working because of the `par` dependency, but ALE is basically plug and play, it integrates fairly well with just about everything automatically, and...

I would really love to have (non catalog) functions listed I'm working on a pg query gen tool and this is the next step, along with using RLS to refine...

that's a `bat` problem, nothing I can do about that