Skip to content

docs: clarify remote SQLite connection entry points#759

Open
LeonidasZhak wants to merge 1 commit into
r-dbi:mainfrom
LeonidasZhak:codex-remote-sqlite-entrypoints
Open

docs: clarify remote SQLite connection entry points#759
LeonidasZhak wants to merge 1 commit into
r-dbi:mainfrom
LeonidasZhak:codex-remote-sqlite-entrypoints

Conversation

@LeonidasZhak

Copy link
Copy Markdown

Summary

Clarify the two supported entry points for remote read-only SQLite databases over the HTTP VFS.

Thanks to maintainers

Thanks for adding the HTTP VFS support in #680.

Issue or motivation

Closes #505. The feature now exists, but the most discoverable docs still do not show the current remote-connection entry points together.

Root cause

The package-level dbConnect() docs only described local paths and memory databases, and the README did not show a minimal current example for either sqliteRemote() or the explicit file:https://...?... URI form.

Change

  • add a remote-HTTP-VFS bullet to the dbname documentation for dbConnect()
  • add README examples for sqliteRemote() and the explicit SQLite URI plus SQLITE_RO
  • regenerate man/SQLite.Rd and sync README.md

Tests

  • git diff --check
  • Rscript -e 'tools::checkRd("man/SQLite.Rd")'
  • R CMD build --no-build-vignettes .
  • _R_CHECK_FORCE_SUGGESTS_=false R CMD check --no-manual --ignore-vignettes --no-build-vignettes --no-tests RSQLite_3.53.2.9006.tar.gz

Scope

I did not change HTTP VFS behavior, add new helpers, or touch NEWS/tests. This PR only tightens user-facing documentation around the existing feature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Connect to remote sqlite database

1 participant