Package: dbflobr
Title: Read and Write Files to SQLite Databases
Version: 0.0.1
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: checkr, flobr, glue, DBI, RSQLite
Suggests: testthat, covr
URL: https://github.com/poissonconsulting/dbflobr
BugReports: https://github.com/poissonconsulting/dbflobr/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
Language: en-US
NeedsCompilation: no
Packaged: 2019-08-22 18:37:34 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: 2019-08-24 09:20:02 UTC
