Package: dbx
Type: Package
Title: A Fast, Easy-to-Use Database Interface
Version: 0.2.5
Date: 2019-04-24
Authors@R: person("Andrew", "Kane", email = "andrew@chartkick.com", role = c("aut", "cre"))
Description: Provides select, insert, update, upsert, and delete database operations. Supports 'PostgreSQL', 'MySQL', 'SQLite', and more, and plays nicely with the 'DBI' package.
URL: https://github.com/ankane/dbx
BugReports: https://github.com/ankane/dbx/issues
License: MIT + file LICENSE
LazyData: TRUE
RoxygenNote: 6.1.1
Encoding: UTF-8
Imports: DBI (>= 1.0.0)
Suggests: testthat (>= 1.0.2), urltools (>= 1.7.0), RSQLite (>= 1.1-2),
        RMariaDB, RMySQL, RPostgres, RPostgreSQL, hms, jsonlite, blob,
        odbc
NeedsCompilation: no
Packaged: 2019-04-24 19:13:32 UTC; andrew
Author: Andrew Kane [aut, cre]
Maintainer: Andrew Kane <andrew@chartkick.com>
Repository: CRAN
Date/Publication: 2019-04-24 23:00:03 UTC
