Package: rocker
Title: Database Interface Class
Version: 0.1.2
Date: 2021-11-15
Authors@R: person(given = "Nikolaus", family = "Pawlowski", role = c("aut", "cre", "cph"), email = "niko@fr33.net")
Description: 'R6' class interface for handling 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 databases.
License: MIT + file LICENSE
URL: https://github.com/nikolaus77/rocker
Encoding: UTF-8
Imports: DBI, R6, safer
Suggests: crayon, RMariaDB, RPostgres, RSQLite
RoxygenNote: 7.1.2
NeedsCompilation: no
Packaged: 2021-11-15 22:46:59 UTC; Niko
Author: Nikolaus Pawlowski [aut, cre, cph]
Maintainer: Nikolaus Pawlowski <niko@fr33.net>
Repository: CRAN
Date/Publication: 2021-11-17 20:20:02 UTC
