Package: dbflobr
Title: Read and Write Files to SQLite Databases
Version: 0.1.0
Authors@R: c(
    person("Sebastian", "Dalgarno", , "seb@poissonconsulting.ca", c("aut", "cre"), comment = c(ORCID = "0000-0002-3658-4517")),
    person("Joe", "Thorley", , "joe@poissonconsulting.ca", "aut", comment = c(ORCID = "0000-0002-7683-4592")),
    person("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
Imports: chk, flobr, glue, DBI, RSQLite, crayon, clisymbols, rlang
Suggests: testthat, covr, knitr, rmarkdown
URL: https://github.com/poissonconsulting/dbflobr
BugReports: https://github.com/poissonconsulting/dbflobr/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.0
Language: en-US
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2020-05-12 22:45:11 UTC; sebastiandalgarno
Author: Sebastian Dalgarno [aut, cre] (<https://orcid.org/0000-0002-3658-4517>),
  Joe Thorley [aut] (<https://orcid.org/0000-0002-7683-4592>),
  Poisson Consulting [cph, fnd]
Maintainer: Sebastian Dalgarno <seb@poissonconsulting.ca>
Repository: CRAN
Date/Publication: 2020-05-13 04:20:02 UTC
