connections
connections copied to clipboard
Is it possible to pin an SQL statement?
Hi,
Wonderful package!
I was wondering if it is possible to pin an explicit SQL statement, similar to the example of pinning a dplyr database command
Example use cases would be
- a query that has been optimized by hand for speed with domain knowledge
- a query that involves manipulating postgres jsonb objects
thanks
Iain