Skip to content
This repository has been archived by the owner on Jun 12, 2020. It is now read-only.

gadenbuie/sqrrl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🐿 sqrrl

sqrrl is a small collection of utility functions that help build text-based SQL queries in an R-style native-feeling and functional manner.

Unlike other packages that build SQL queries using an object-oriented style, sqrrl provides small functions that produce SQL snippets and can be linked together to compose SQL queries. The result is that the code to produce the SQL statement reads much like the SQL statement iteself. On the other hand, sqrrl doesn't know anything about your database and can't help you out with completions, etc.

Installation

# install.packages('devtools')
devtools::install_github('gadenbuie/sqrrl')
library(sqrrl)

Package documentation and overview can be found at http://gadenbuie.github.io/sqrrl/.

About

🐿 Utility Functions For Building SQL Queries

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages