-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathDESCRIPTION
More file actions
29 lines (29 loc) · 846 Bytes
/
DESCRIPTION
File metadata and controls
29 lines (29 loc) · 846 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Package: dbconnectr
Type: Package
Title: Fetch credentials on the fly as you Connect to Databases
Version: 0.0.6
Authors@R: c(person("David", "Robinson", email = "drob@datacamp.com", role = c("aut", "cre")),
person("Filip", "Schouwenaars", email = "filip@datacamp", role = c("aut")),
person("Dieter", "De Mesmaeker", role = c("aut")))
Maintainer: David Robinson <drob@datacamp.com>
URL: http://www.datacamp.com
BugReports: https://github.com/datacamp/dbconnectr/issues
Description: Fetch credentials from AWS automatically when you connect to one of DataCamp's databases.
License: MIT + file LICENSE
LazyData: TRUE
Depends:
R (>= 3.0.0),
DBI
Imports:
jsonlite,
pool,
yaml,
stringr,
RMariaDB,
RPostgres,
odbc
Suggests:
testthat,
knitr
RoxygenNote: 6.1.1
VignetteBuilder: knitr