Package: RMariaDB
Title: Database Interface and MariaDB Driver
Version: 1.2.0
Authors@R: 
    c(person(given = "Kirill",
             family = "M\u00fcller",
             role = c("aut", "cre"),
             email = "krlmlr+r@mailbox.org",
             comment = c(ORCID = "0000-0002-1416-3412")),
      person(given = "Jeroen",
             family = "Ooms",
             role = "aut",
             comment = c(ORCID = "0000-0002-4035-0289")),
      person(given = "David",
             family = "James",
             role = "aut"),
      person(given = "Saikat",
             family = "DebRoy",
             role = "aut"),
      person(given = "Hadley",
             family = "Wickham",
             role = "aut"),
      person(given = "Jeffrey",
             family = "Horner",
             role = "aut"),
      person(given = "R Consortium",
             role = "fnd"),
      person(given = "RStudio",
             role = "cph"))
Description: Implements a DBI-compliant interface to MariaDB
    (<https://mariadb.org/>) and MySQL (<https://www.mysql.com/>)
    databases.
License: MIT + file LICENSE
URL: https://rmariadb.r-dbi.org, https://github.com/r-dbi/RMariaDB,
        https://downloads.mariadb.org/connector-c/
BugReports: https://github.com/r-dbi/RMariaDB/issues
Depends: R (>= 2.8.0)
Imports: bit64, blob, DBI (>= 1.1.0), hms (>= 0.5.0), lubridate,
        methods, Rcpp (>= 0.12.4), rlang
Suggests: DBItest (>= 1.7.0), readr, rprojroot, testthat, withr
LinkingTo: plogr, Rcpp
Encoding: UTF-8
NeedsCompilation: yes
RoxygenNote: 7.1.2
SystemRequirements: libmariadb-client-lgpl-dev or libmariadb-dev or
        libmysqlclient-dev, with libssl-dev (deb),
        mariadb-connector-c-devel or mariadb-devel (rpm),
        mariadb-connector-c or mysql-connector-c (brew)
Collate: 'MariaDBConnection.R' 'MariaDBDriver.R' 'MariaDBResult.R'
        'RMariaDB.R' 'RcppExports.R' 'coerce.R' 'connect.R' 'default.R'
        'export.R' 'names.R' 'query.R' 'quote.R' 'rownames.R' 'table.R'
        'transaction.R' 'utils.R' 'zzz.R'
Packaged: 2021-12-12 11:48:07 UTC; kirill
Author: Kirill Müller [aut, cre] (<https://orcid.org/0000-0002-1416-3412>),
  Jeroen Ooms [aut] (<https://orcid.org/0000-0002-4035-0289>),
  David James [aut],
  Saikat DebRoy [aut],
  Hadley Wickham [aut],
  Jeffrey Horner [aut],
  R Consortium [fnd],
  RStudio [cph]
Maintainer: Kirill Müller <krlmlr+r@mailbox.org>
Repository: CRAN
Date/Publication: 2021-12-12 12:20:02 UTC
