Package: AVSDevR.DBClient
Title: AVSDev R Database Client
Version: 0.0.1
Authors@R: 
    person("Craig", "Williams", , "craig@avsdev.uk", role = c("aut", "cre"))
Description: AVSDevR.DBClient provides a collection of utility methods for
    connecting to and querying databases with the aid of dbplyr and DBI.
License: GPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
Imports: 
    DBI,
    dbplyr,
    dplyr,
    R6,
    tibble
Suggests: 
    sf
