Package: dabr 0.0.4
dabr: Database Management with R
Provides functions to manage databases: select, update, insert, and delete records, list tables, backup tables as CSV files, and import CSV files as tables.
Authors:
dabr_0.0.4.tar.gz
dabr_0.0.4.zip(r-4.7)dabr_0.0.4.zip(r-4.6)dabr_0.0.4.zip(r-4.5)
dabr_0.0.4.tgz(r-4.6-any)dabr_0.0.4.tgz(r-4.5-any)
dabr_0.0.4.tar.gz(r-4.7-any)dabr_0.0.4.tar.gz(r-4.6-any)
dabr_0.0.4.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
dabr/json (API)
NEWS
| # Install 'dabr' in R: |
| install.packages('dabr', repos = c('https://special-uor.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/special-uor/dabr/issues
Pkgdown/docs site:https://special-uor.github.io
Last updated from:5c223451c8. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 109 | ||
| source / vignettes | OK | 141 | ||
| linux-release-x86_64 | OK | 100 | ||
| macos-release-arm64 | OK | 117 | ||
| macos-oldrel-arm64 | OK | 151 | ||
| windows-devel | OK | 59 | ||
| windows-release | OK | 68 | ||
| windows-oldrel | OK | 91 | ||
| wasm-release | OK | 100 |
Exports:%>%attributesclose_conndeleteget_attrinsertis.connectedlist_tablesopen_conn_mysqlquoteselectselect_allupdate
Dependencies:bitbit64blobclicpp11DBIevaluategenericsgluehighrhmsknitrlifecyclelubridatemagrittrpillarpkgconfigrlangRMariaDBtibbletimechangeutf8vctrsxfunyaml
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Combine attributes | attributes |
| Close connection to database | close_conn close_conn.default close_conn.MariaDBConnection |
| Execute 'DELETE' query | delete delete.MariaDBConnection |
| Get attributes of a table | get_attr get_attr.MariaDBConnection |
| Execute 'INSERT' query | insert insert.MariaDBConnection |
| Verify connection | is.connected is.connected.MariaDBConnection |
| List tables | list_tables list_tables.MariaDBConnection |
| Connect to database | open_conn_mysql |
| Add single quotes | quote |
| Execute 'SELECT' query | select select.MariaDBConnection |
| Select all the records | select_all select_all.MariaDBConnection |
| Execute 'UPDATE' query | update update.MariaDBConnection |
