Package: rpgconn
Type: Package
Title: User-Friendly PostgreSQL Connection Management
Version: 0.3.2
Authors@R: 
    person(given = "Bobby",
           family = "Fatemi",
           role = c("aut", "cre"),
           email = "bfatemi07@gmail.com")
Maintainer: Bobby Fatemi <bfatemi07@gmail.com>
Description: Provides a user-friendly interface for managing PostgreSQL
    database connection settings.  The package supplies helper functions to
    create, edit and load connection and option configuration files stored in a
    user-specific directory using the 'odbc' and 'RPostgres' back ends.  These
    helpers make it easy to construct a reproducible connection string from a
    configuration file, either by reading user-defined YAML files or by parsing
    an environment variable.
Encoding: UTF-8
License: MIT + file LICENSE
Language: en-US
RoxygenNote: 7.3.3
Depends: R (>= 4.1.0)
URL: https://github.com/r-data-science/rpgconn
BugReports: https://github.com/r-data-science/rpgconn/issues
Imports: DBI, fs, RPostgres, stringr, usethis, yaml
Suggests: rstudioapi, spelling, testthat (>= 3.0.0)
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2025-10-16 13:07:41 UTC; bobbyf
Author: Bobby Fatemi [aut, cre]
Repository: CRAN
Date/Publication: 2025-10-16 14:30:02 UTC
Built: R 4.6.0; ; 2025-11-13 04:37:50 UTC; windows
