Type: Package
Package: writer
Title: Write from Multiple Sources to a Database Table
Version: 0.1.0
Authors@R: 
    person(
    "Komala Sheshachala", "Srikanth",
    email = "sri.teach@gmail.com",
    role = c("aut", "cre"),
    comment = c(ORCID = "0000-0002-1865-5668")
    )
Description: Provides unified syntax to write data from lazy 'dplyr' 'tbl' or
    'dplyr' 'sql' query or a dataframe to a database table with modes such as
    create, append, insert, update, upsert, patch, delete, overwrite,
    overwrite_schema.
License: LGPL (>= 3)
Imports: DBI (>= 1.2.3), dplyr (>= 1.1.0), dbplyr (>= 2.3.1), glue (>=
        1.5.1), cli (>= 3.4.0), rlang (>= 1.1.2)
Suggests: RSQLite, testthat (>= 3.0.0),
URL: https://github.com/talegari/writer
Config/testthat/edition: 3
Encoding: UTF-8
RoxygenNote: 7.3.2
NeedsCompilation: no
Packaged: 2025-01-31 18:22:17 UTC; srikanth-ks1
Author: Komala Sheshachala Srikanth [aut, cre]
    (<https://orcid.org/0000-0002-1865-5668>)
Maintainer: Komala Sheshachala Srikanth <sri.teach@gmail.com>
Repository: CRAN
Date/Publication: 2025-02-03 11:40:02 UTC
Built: R 4.3.3; ; 2025-02-15 15:38:08 UTC; unix
