Package: sqliteutils
Title: Utility Functions for 'SQLite'
Version: 0.1.0
Authors@R: 
    person(given = "Bruno",
           family = "Crotman",
           role = c("aut", "cre"),
           email = "crotman@gmail.com")
Description: A tool for working with 'SQLite' databases. 'SQLite' has some idiosyncrasies and limitations that impose some hurdles to the R developer who is using this database as a repository. For instance, 'SQLite' doesn't have a date type and 'sqliteutils' has some functions to deal with that.
License: MIT + file LICENSE
Suggests: testthat (>= 3.0.0)
Config/testthat/edition: 3
Encoding: UTF-8
RoxygenNote: 7.1.2
Imports: RSQLite, DBI, dplyr, dbplyr, magrittr
NeedsCompilation: no
Packaged: 2021-09-20 21:28:30 UTC; crotm
Author: Bruno Crotman [aut, cre]
Maintainer: Bruno Crotman <crotman@gmail.com>
Repository: CRAN
Date/Publication: 2021-09-21 14:10:02 UTC
Built: R 4.1.3; ; 2023-04-17 19:39:54 UTC; windows
