Package: RD1 Title: DBI Client and API Wrapper for Cloudflare D1 Version: 0.0.0.9000 Authors@R: person("Noam", "Ross", , "noam.ross+rd1@gmail.com", role = c("aut", "cre")) Description: A DBI-compliant database interface and API client for Cloudflare D1's serverless SQLite database. Provides wrappers for D1 REST API endpoints, including time travel and bookmark-based restoration, plus convenience functions for common multi-step workflows such as exporting and downloading databases. License: MIT + file LICENSE Depends: R (>= 4.1.0) Imports: cli, DBI, httr2, methods, rlang Suggests: DBItest, dbplyr, dplyr, RSQLite, rstudioapi, testthat, withr Config/testthat/edition: 3 Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 8.0.0 Config/pak/sysreqs: libssl-dev Repository: https://noamross.r-universe.dev Date/Publication: 2026-06-02 14:26:12 UTC RemoteUrl: https://github.com/noamross/RD1 RemoteRef: HEAD RemoteSha: 477cb2664e79a050eec222e2c35f58bee9577cd9 NeedsCompilation: no Packaged: 2026-07-03 08:56:32 UTC; root Author: Noam Ross [aut, cre] Maintainer: Noam Ross