mirror of
https://github.com/agroscope-ch/sqlparser.git
synced 2026-08-26 10:04:33 +00:00
Read-only mirror of https://github.com/agroscope-ch/sqlparser — Agroscope. Issues & pull requests at the source.
- R 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| man | ||
| R | ||
| .gitignore | ||
| .Rbuildignore | ||
| DESCRIPTION | ||
| NAMESPACE | ||
| NEWS | ||
| README.md | ||
| sqlparser.Rproj | ||
sqlparseR
R wrapper for the Python module ‘sqlparse’ (https://github.com/andialbrecht/sqlparse), which provides a non-validating SQL parser. It allows parsing, splitting, and formatting SQL statements.
Installation
# Install from CRAN (recommended)
install.packages("sqlparseR")
# Or the development version from GitHub:
# install.packages("devtools")
devtools::install_github("agroscope-ch/sqlparser")
Maintainer contact
Michael Simmler, Agroscope (Link)