-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
22 lines (22 loc) · 840 Bytes
/
Copy pathDESCRIPTION
File metadata and controls
22 lines (22 loc) · 840 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Package: snowquery
Title: SQL Interface to 'Snowflake', 'Redshift', 'Postgres', 'SQLite', and 'DuckDB'
Version: 1.3.0
Authors@R:
person("Dani", "Mermelstein", , "dmermelstein@hey.com", role = c("aut", "cre", "cph"))
Maintainer: Dani Mermelstein <dmermelstein@hey.com>
Description: Run 'SQL' queries across 'Snowflake', 'Amazon Redshift', 'PostgreSQL', 'SQLite', and 'DuckDB' from R with a single function. Optionally stream and cache large query results to a local 'DuckDB' database for efficient work with larger-than-memory datasets.
URL: https://github.com/mermelstein/snowquery
BugReports: https://github.com/mermelstein/snowquery/issues
Imports:
yaml,
reticulate,
RPostgres,
RSQLite,
DBI,
duckdb,
dplyr,
dbplyr
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
License: GPL (>= 3)