Package: srcr 1.1.1

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.

Authors:Charles Bailey [aut, cre], Hanieh Razzaghi [aut]

srcr_1.1.1.tar.gz
srcr_1.1.1.zip(r-4.5)srcr_1.1.1.zip(r-4.4)srcr_1.1.1.zip(r-4.3)
srcr_1.1.1.tgz(r-4.4-any)srcr_1.1.1.tgz(r-4.3-any)
srcr_1.1.1.tar.gz(r-4.5-noble)srcr_1.1.1.tar.gz(r-4.4-noble)
srcr_1.1.1.tgz(r-4.4-emscripten)srcr_1.1.1.tgz(r-4.3-emscripten)
srcr.pdf |srcr.html
srcr/json (API)
NEWS

# Install 'srcr' in R:
install.packages('srcr', repos = c('https://baileych.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Bug tracker:https://github.com/baileych/srcr/issues

On CRAN:

2 exports 1 stars 0.83 score 18 dependencies 2 scripts 193 downloads

Last updated 4 months agofrom:3883ee3fc6. Checks:OK: 7. Indexed: yes.

TargetResultDate
Doc / VignettesOKSep 10 2024
R-4.5-winOKSep 10 2024
R-4.5-linuxOKSep 10 2024
R-4.4-winOKSep 10 2024
R-4.4-macOKSep 10 2024
R-4.3-winOKSep 10 2024
R-4.3-macOKSep 10 2024

Exports:find_config_filessrcr

Dependencies:cliDBIdplyrfansigenericsgluejsonlitelifecyclemagrittrpillarpkgconfigR6rlangtibbletidyselectutf8vctrswithr

Managing Data Sources with srcr

Rendered fromManaging_data_sources.Rmdusingknitr::rmarkdownon Sep 10 2024.

Last update: 2021-10-30
Started: 2019-12-03