Package: pool 1.0.5.9000
pool: Object Pooling
Enables the creation of object pools, which make it less computationally expensive to fetch a new object. Currently the only supported pooled objects are 'DBI' connections.
Authors:
pool_1.0.5.9000.tar.gz
pool_1.0.5.9000.zip(r-4.7)pool_1.0.5.9000.zip(r-4.6)pool_1.0.5.9000.zip(r-4.5)
pool_1.0.5.9000.tgz(r-4.6-any)pool_1.0.5.9000.tgz(r-4.5-any)
pool_1.0.5.9000.tar.gz(r-4.7-any)pool_1.0.5.9000.tar.gz(r-4.6-any)
pool_1.0.5.9000.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
pool/json (API)
NEWS
| # Install 'pool' in R: |
| install.packages('pool', repos = c('https://posit-dev-shinycoreci.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/rstudio/pool/issues
Pkgdown/docs site:https://rstudio.github.io
Last updated from:1fceff9f18. Checks:9 OK. Indexed: no.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 192 | ||
| source / vignettes | OK | 224 | ||
| linux-release-x86_64 | OK | 131 | ||
| macos-release-arm64 | OK | 103 | ||
| macos-oldrel-arm64 | OK | 134 | ||
| windows-devel | OK | 94 | ||
| windows-release | OK | 92 | ||
| windows-oldrel | OK | 118 | ||
| wasm-release | OK | 115 |
Exports:dbAppendTabledbAppendTableArrowdbBegindbBreakdbCommitdbCreateTabledbCreateTableArrowdbDataTypedbDisconnectdbExecutedbExistsTabledbGetInfodbGetQuerydbGetQueryArrowdbIsReadOnlydbIsValiddbListFieldsdbListObjectsdbListTablesdbPooldbQuoteIdentifierdbQuoteLiteraldbQuoteStringdbReadTabledbReadTableArrowdbRemoveTabledbRollbackdbSendQuerydbSendQueryArrowdbSendStatementdbUnquoteIdentifierdbWithTransactiondbWriteTabledbWriteTableArrowdemoDblocalCheckoutonActivateonDestroyonPassivateonValidatePoolpoolCheckoutpoolClosepoolCreatepoolReturnpoolWithTransactionsqlAppendTablesqlCreateTablesqlDatasqlInterpolatesqlParseVariables
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Unsupported DBI methods | dbBegin,Pool-method dbCommit,Pool-method dbDisconnect,Pool-method dbGetInfo,Pool-method DBI-custom dbIsValid,Pool-method dbRollback,Pool-method dbSendQuery,Pool-method dbSendStatement,Pool,ANY-method dbWithTransaction,Pool-method |
| DBI methods (simple wrappers) | dbAppendTable,Pool-method dbAppendTableArrow,Pool-method dbCreateTable,Pool-method dbCreateTableArrow,Pool-method dbDataType,Pool-method dbExecute,Pool,ANY-method dbExistsTable,Pool,ANY-method dbGetQuery,Pool,ANY-method dbGetQueryArrow,Pool-method DBI-wrap dbIsReadOnly,Pool-method dbListFields,Pool,ANY-method dbListObjects,Pool-method dbListTables,Pool-method dbQuoteIdentifier,Pool,ANY-method dbQuoteLiteral,Pool-method dbQuoteString,Pool,ANY-method dbReadTable,Pool,ANY-method dbReadTableArrow,Pool-method dbRemoveTable,Pool,ANY-method dbSendQueryArrow,Pool-method dbUnquoteIdentifier,Pool-method dbWriteTable,Pool,ANY-method dbWriteTableArrow,Pool-method sqlAppendTable,Pool-method sqlCreateTable,Pool-method sqlData,Pool-method sqlInterpolate,Pool-method sqlParseVariables,Pool-method |
| Create a pool of database connections | dbPool |
| Create a pool of reusable objects | Pool Pool-class poolClose poolClose,Pool-method poolCreate |
| Check out and return object from the pool | localCheckout poolCheckout poolCheckout,Pool-method poolReturn poolReturn,ANY-method |
| Self-contained database transactions using pool | poolWithTransaction |
| Use pool with dbplyr | copy_to.Pool tbl.Pool |
