Package: ClickHouseHTTP
Type: Package
Title: A Simple HTTP Database Interface to 'ClickHouse'
Version: 0.3.4
Authors@R: c(
    person(
        "Patrice", "Godard",
        role = c("aut", "cre","cph"),
        email = "patrice.godard@gmail.com"
    ),
    person(
        "Eusebiu", "Marcu",
        role = "ctb",
        email = "marcueusebiu@gmail.com"
    )
    )
Description: 'ClickHouse' (<https://clickhouse.com/>)
   is an open-source, high performance columnar
   OLAP (online analytical processing of queries) database management system
   for real-time analytics using SQL. This 'DBI' backend
   relies on the 'ClickHouse' HTTP interface and support HTTPS protocol.
URL: https://github.com/patzaw/ClickHouseHTTP
BugReports: https://github.com/patzaw/ClickHouseHTTP/issues
Depends: R (>= 3.6)
Imports: methods, DBI (>= 0.3.0), httr, jsonlite, arrow, data.table
Suggests: knitr, rmarkdown, dplyr, stringi
License: GPL-3
Encoding: UTF-8
RoxygenNote: 7.3.2
NeedsCompilation: no
Packaged: 2025-06-05 03:49:40 UTC; pgodard
Author: Patrice Godard [aut, cre, cph],
  Eusebiu Marcu [ctb]
Maintainer: Patrice Godard <patrice.godard@gmail.com>
Repository: CRAN
Date/Publication: 2025-06-05 05:40:07 UTC
Built: R 4.6.0; ; 2025-10-14 02:31:32 UTC; windows
