srcr: Simplify Connections to Database Sources

Connecting to databases requires boilerplate code to specify connection parameters and to set up sessions properly with the DBMS. This package provides a simple tool to fill two purposes: abstracting connection details, including secret credentials, out of your source code and managing configuration for frequently-used database connections in a persistent and flexible way, while minimizing requirements on the runtime environment.

Version: 1.1.0
Imports: DBI, dplyr, jsonlite, utils
Suggests: knitr, rmarkdown, RSQLite, withr
Published: 2021-10-30
Author: Charles Bailey [aut, cre], Hanieh Razzaghi [aut]
Maintainer: Charles Bailey <baileyc at chop.edu>
License: Artistic-2.0
NeedsCompilation: no
Materials: README NEWS
CRAN checks: srcr results

Documentation:

Reference manual: srcr.pdf
Vignettes: Managing Data Sources with srcr

Downloads:

Package source: srcr_1.1.0.tar.gz
Windows binaries: r-devel: srcr_1.1.0.zip, r-release: srcr_1.1.0.zip, r-oldrel: srcr_1.1.0.zip
macOS binaries: r-release (arm64): srcr_1.1.0.tgz, r-oldrel (arm64): srcr_1.1.0.tgz, r-release (x86_64): srcr_1.1.0.tgz
Old sources: srcr archive

Linking:

Please use the canonical form https://CRAN.R-project.org/package=srcr to link to this page.