Package: srcr
Type: Package
Title: Simplify Connections to Database Sources
Version: 1.1.0
Authors@R: c(person('Charles', 'Bailey', email = 'baileyc@chop.edu',
                    role = c('aut', 'cre')),
             person('Hanieh', 'Razzaghi', email = 'razzaghih@chop.edu',
                    role = c('aut')))
Maintainer: Charles Bailey <baileyc@chop.edu>
Description: 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.
License: Artistic-2.0
Encoding: UTF-8
ByteCompile: TRUE
Imports: DBI, dplyr, jsonlite, utils
Suggests: knitr, rmarkdown, RSQLite, withr
VignetteBuilder: knitr
RoxygenNote: 7.1.1
NeedsCompilation: no
Packaged: 2021-10-30 19:49:26 UTC; baileyc
Author: Charles Bailey [aut, cre],
  Hanieh Razzaghi [aut]
Repository: CRAN
Date/Publication: 2021-10-30 20:00:02 UTC
Built: R 4.2.0; ; 2022-04-12 22:28:20 UTC; unix
