Package: rocker
Title: Database Interface Class
Version: 0.3.2
Authors@R: person(given = "Nikolaus", family = "Pawlowski", role = c("aut", "cre", "cph"), email = "niko@fr33.net")
Description: 'R6' class interface for handling relational database connections using 'DBI' package as backend.
  The class allows handling of connections to e.g. PostgreSQL, MariaDB and SQLite.
  The purpose is having an intuitive object allowing straightforward handling of SQL databases.
License: MIT + file LICENSE
URL: https://github.com/nikolaus77/rocker
BugReports: https://github.com/nikolaus77/rocker/issues
Encoding: UTF-8
Imports: DBI, R6, sodium
Suggests: covr, crayon, knitr, RMariaDB, testthat (>= 3.0.0),
        rmarkdown, RPostgres, RSQLite
RoxygenNote: 7.3.2
VignetteBuilder: knitr
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2025-08-30 22:39:32 UTC; Niko
Author: Nikolaus Pawlowski [aut, cre, cph]
Maintainer: Nikolaus Pawlowski <niko@fr33.net>
Repository: CRAN
Date/Publication: 2025-08-30 23:00:02 UTC
Built: R 4.5.1; ; 2025-10-29 02:13:41 UTC; windows
