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:

3.70 score 1 stars 2 scripts 186 downloads 2 exports 18 dependencies

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

TargetResultDate
Doc / VignettesOKNov 09 2024
R-4.5-winOKNov 09 2024
R-4.5-linuxOKNov 09 2024
R-4.4-winOKNov 09 2024
R-4.4-macOKNov 09 2024
R-4.3-winOKNov 09 2024
R-4.3-macOKNov 09 2024

Exports:find_config_filessrcr

Dependencies:cliDBIdplyrfansigenericsgluejsonlitelifecyclemagrittrpillarpkgconfigR6rlangtibbletidyselectutf8vctrswithr

Managing Data Sources with srcr

Rendered fromManaging_data_sources.Rmdusingknitr::rmarkdownon Nov 09 2024.

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