# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "rpgconn" in publications use:' type: software license: MIT title: 'rpgconn: User-Friendly PostgreSQL Connection Management' version: 0.4.1.9000 doi: 10.32614/CRAN.package.rpgconn abstract: Provides a user-friendly interface for managing PostgreSQL database connection settings. Supports standard PostgreSQL URI connection strings (postgresql://user:pass@host:port/db) with query parameters, IPv6 hosts, and URL-encoded credentials. The package supplies helper functions to create, edit and load connection and option configuration files stored in a user-specific directory using the 'RPostgres' back end. 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. Validation-first architecture provides clear, actionable error messages instead of cryptic connection failures. authors: - family-names: Fatemi given-names: Bobby email: bfatemi07@gmail.com repository: https://r-data-science.r-universe.dev repository-code: https://github.com/r-data-science/rpgconn commit: 0231c3562b2756c930ae9c5ae929a43fe7d981e8 url: https://r-data-science.github.io/rpgconn/ date-released: '2026-02-21' contact: - family-names: Fatemi given-names: Bobby email: bfatemi07@gmail.com