-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
23 lines (23 loc) · 1.05 KB
/
DESCRIPTION
File metadata and controls
23 lines (23 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Package: sqlBatchInsertR
Title: SQL DML Support for RODBC
Description: sqlBatchInsertR is built on top of the RODBC package and aims
to extend its functionality. It provides an efficient way of inserting
a data frame into a database table and handling SQL DML statements. The
function sqlBatchInsert sends batches of parameterized INSERT statements
to a database in a transaction. The function sqlTransaction prompts a
user to commit or rollback a SQL DML statement. It is made minimal and
depends only on the RODBC package.
Version: 0.0.0.9000
Date: 2021-06-13
Authors@R: c(
person("Nicholas", "Alonzo", role = c("aut", "cre"), email = "nicholas@diversifyds.org"),
person("Brian", "Ripley", role = "aut"),
person("Michael", "Lapsley", role = "aut")
)
Maintainer: Nicholas Alonzo <nicholas@diversifyds.org>
Depends:
R (>= 4.0.0),
RODBC (>= 1.3.0)
License: GPL-2 | file LICENSE
URL: https://github.com/nicholas-alonzo/sqlBatchInsertR
BugReports: https://github.com/nicholas-alonzo/sqlBatchInsertR/discussions/categories/issues