Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The current pool page doesn't go into much detail about where and when to use different pool functions.
pool
For example:
poolCheckout()
poolReturn()
poolClose()
The current page also only has guidance when using dplyr to query, but not using custom SQL.
dplyr
Addresses: https://community.rstudio.com/t/pool-and-shiny-best-practices-for-getting-custom-queries-from-database/3707/4
The text was updated successfully, but these errors were encountered:
+1 on adding more info about using SQL directly. I'm also still unsure how to use the pool* functions inside functions with custom SQL
Sorry, something went wrong.
No branches or pull requests
The current pool page doesn't go into much detail about where and when to use different
poolfunctions.For example:
poolobjectpoolCheckout()poolReturn()poolClose()The current page also only has guidance when using
dplyrto query, but not using custom SQL.Addresses: https://community.rstudio.com/t/pool-and-shiny-best-practices-for-getting-custom-queries-from-database/3707/4
The text was updated successfully, but these errors were encountered: