decisionpatterns/sql.template: Light-weight, mustache-based SQL templating

Provides a very simple-to-use SQL templating system based on mustache (whisker) templates. SQL templates are syntactically, correct SQL and can be executed as-is or rendered programmatically. In many cases, this allows shared SQL queries between R and other other developers such as DBAs. Little burden is placed on SQL authors for writing the templates.

Getting started

Package details

Maintainer
LicenseGPL-2 | file LICENSE
Version0.7.4
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("decisionpatterns/sql.template")
decisionpatterns/sql.template documentation built on July 6, 2020, 8:41 a.m.