Am I the only one who wants pipelined/chained functions in #SQL?
Something to the tune of
select response |> body() |> convert_from('utf-8')
instead of
select convert_from(body(response), 'utf-8')
@yrashk would be cool! I would love to be able to bind subqueries to variables too, but that may be already possible in PG, I just may not be aware of this feature.
@jonn https://discuss.systems/@yrashk/110286737235981784
Mastodon server of https://doma.dev.
@jonn https://discuss.systems/@yrashk/110286737235981784