Object Pooling
Unsupported DBI methods
DBI methods (simple wrappers)
Create a pool of database connections
Create a demo SQLite database
Pooled object methods.
Create a pool of reusable objects
pool: Object Pooling
Check out and return object from the pool
Self-contained database transactions using pool
Objects exported from other packages
Use pool with dbplyr
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.
Useful links