Package: dbflobr
Title: Read and Write Files to SQLite Databases
Version: 0.2.1
Authors@R: 
    c(person(given = "Sebastian",
             family = "Dalgarno",
             role = "aut",
             email = "seb@northbeachconsulting.ca",
             comment = c(ORCID = "0000-0002-3658-4517")),
      person(given = "Joe",
             family = "Thorley",
             role = "aut",
             email = "joe@poissonconsulting.ca",
             comment = c(ORCID = "0000-0002-7683-4592")),
      person(given = "Evan",
             family = "Amies-Galonski",
             role = c("aut", "cre"),
             email = "evan@poissonconsulting.ca",
             comment = c(ORCID = "0000-0003-1096-2089")),
      person(given = "Poisson Consulting",
             role = c("cph", "fnd")))
Description: Reads and writes files to SQLite databases
    <https://www.sqlite.org/index.html> as flobs (a flob is a blob that
    preserves the file extension).
License: MIT + file LICENSE
URL: https://github.com/poissonconsulting/dbflobr
BugReports: https://github.com/poissonconsulting/dbflobr/issues
Depends: R (>= 3.5)
Imports: blob, chk, clisymbols, crayon, DBI, flobr, glue, rlang,
        RSQLite
Suggests: covr, knitr, rmarkdown, testthat, withr
VignetteBuilder: knitr
Encoding: UTF-8
Language: en-US
RoxygenNote: 7.1.2
NeedsCompilation: no
Packaged: 2021-10-29 22:26:44 UTC; evanamies-galonski
Author: Sebastian Dalgarno [aut] (<https://orcid.org/0000-0002-3658-4517>),
  Joe Thorley [aut] (<https://orcid.org/0000-0002-7683-4592>),
  Evan Amies-Galonski [aut, cre]
    (<https://orcid.org/0000-0003-1096-2089>),
  Poisson Consulting [cph, fnd]
Maintainer: Evan Amies-Galonski <evan@poissonconsulting.ca>
Repository: CRAN
Date/Publication: 2021-10-30 09:50:10 UTC
Built: R 4.0.2; ; 2021-10-31 10:34:56 UTC; unix
