Package: lazysql 0.1.3.9000
lazysql: Lazy SQL Programming
Helper functions to build SQL statements under program control for dbGetQuery, dbSendQuery, sqldf, etc. They are intended to increase speed of coding and to reduce coding errors. Arguments are carefully checked, in particular SQL identifiers such as names of tables or columns. More patterns will be added as required.
Authors:
lazysql_0.1.3.9000.tar.gz
lazysql_0.1.3.9000.zip(r-4.7)lazysql_0.1.3.9000.zip(r-4.6)lazysql_0.1.3.9000.zip(r-4.5)
lazysql_0.1.3.9000.tgz(r-4.6-any)lazysql_0.1.3.9000.tgz(r-4.5-any)
lazysql_0.1.3.9000.tar.gz(r-4.7-any)lazysql_0.1.3.9000.tar.gz(r-4.6-any)
lazysql_0.1.3.9000.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
lazysql/json (API)
NEWS
| # Install 'lazysql' in R: |
| install.packages('lazysql', repos = c('https://uweblock.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/uweblock/lazysql/issues
Last updated from:c6622f65d2. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 105 | ||
| source / vignettes | OK | 141 | ||
| linux-release-x86_64 | OK | 138 | ||
| macos-release-arm64 | OK | 158 | ||
| macos-oldrel-arm64 | OK | 175 | ||
| windows-devel | OK | 89 | ||
| windows-release | OK | 73 | ||
| windows-oldrel | OK | 63 | ||
| wasm-release | OK | 85 |
Exports:date_betweenin_conditionnatural_keyvalid_identifier_regex
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Create SQL string to select date between two given dates | date_between |
| Create SQL string to select values included in a set of given values | in_condition |
| Lazy SQL programming | lazysql-package lazysql |
| Create SQL string for joining on matching natural keys | natural_key |
| Regex pattern to validate SQL identifier names | valid_identifier_regex |
