Read-only mirror of https://github.com/agroscope-ch/sqlparser — Agroscope. Issues & pull requests at the source.
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2023-11-24 17:03:58 +01:00
man move to gitlab 2023-05-30 22:50:29 +02:00
R move to gitlab 2023-05-30 22:50:29 +02:00
.gitignore move to gitlab 2023-05-30 22:50:29 +02:00
.Rbuildignore move to gitlab 2023-05-30 22:50:29 +02:00
DESCRIPTION move to gitlab 2023-05-30 22:50:29 +02:00
NAMESPACE move to gitlab 2023-05-30 22:50:29 +02:00
NEWS move to gitlab 2023-05-30 22:50:29 +02:00
README.md Update README.md 2023-11-24 17:03:58 +01:00
sqlparser.Rproj move to gitlab 2023-05-30 22:50:29 +02:00

CRAN
status

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)