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.1
Imports: DBI, dplyr, jsonlite, utils
Suggests: knitr, rmarkdown, RSQLite, withr
Published: 2024-05-12
Author: Charles Bailey [aut, cre], Hanieh Razzaghi [aut]
Maintainer: Charles Bailey <baileyc at chop.edu>
BugReports: https://github.com/baileych/srcr/issues
License: Artistic-2.0
URL: https://github.com/baileych/srcr
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.1.tar.gz
Windows binaries: r-devel: srcr_1.1.0.zip, r-release: srcr_1.1.1.zip, r-oldrel: srcr_1.1.1.zip
macOS binaries: r-release (arm64): srcr_1.1.1.tgz, r-oldrel (arm64): srcr_1.1.1.tgz, r-release (x86_64): srcr_1.1.1.tgz, r-oldrel (x86_64): srcr_1.1.1.tgz
Old sources: srcr archive

Linking:

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