Package: sqlfluffr 0.1.0
sqlfluffr: Wrapper to the 'SQL' Linter and Formatter 'sqlfluff'
An R interface to the 'Python' 'sqlfluff' 'SQL' linter and formatter via the 'reticulate' package. Enables linting, fixing, and parsing of 'SQL' queries with support for multiple dialects. Includes special handling for 'glue' 'SQL' syntax with curly-brace placeholders.
Authors:
sqlfluffr_0.1.0.tar.gz
sqlfluffr_0.1.0.zip(r-4.7)sqlfluffr_0.1.0.zip(r-4.6)sqlfluffr_0.1.0.zip(r-4.5)
sqlfluffr_0.1.0.tgz(r-4.6-any)sqlfluffr_0.1.0.tgz(r-4.5-any)
sqlfluffr_0.1.0.tar.gz(r-4.7-any)sqlfluffr_0.1.0.tar.gz(r-4.6-any)
sqlfluffr_0.1.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
sqlfluffr/json (API)
NEWS
| # Install 'sqlfluffr' in R: |
| install.packages('sqlfluffr', repos = c('https://brendensm.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/brendensm/sqlfluffr/issues
Last updated from:782d30e6c8. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 117 | ||
| source / vignettes | OK | 201 | ||
| linux-release-x86_64 | OK | 108 | ||
| macos-release-arm64 | OK | 79 | ||
| macos-oldrel-arm64 | OK | 108 | ||
| windows-devel | OK | 75 | ||
| windows-release | OK | 78 | ||
| windows-oldrel | OK | 83 | ||
| wasm-release | OK | 87 |
Exports:sqlf_configsqlf_config_editsqlf_dialectssqlf_fixsqlf_installsqlf_lintsqlf_parsesqlf_rules
Dependencies:herejsonlitelatticeMatrixpngrappdirsRcppRcppTOMLreticulaterlangrprojrootwithr
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Write a project-level sqlfluff configuration file | sqlf_config |
| Open the sqlfluff configuration file for editing | sqlf_config_edit |
| List available SQL dialects | sqlf_dialects |
| Fix a SQL query | sqlf_fix |
| Install sqlfluff Python package | sqlf_install |
| Lint a SQL query | sqlf_lint |
| Parse a SQL query | sqlf_parse |
| List available linting rules | sqlf_rules |
