Package: dbx 0.4.0
dbx: A Fast, Easy-to-Use Database Interface
Provides select, insert, update, upsert, and delete database operations. Supports 'PostgreSQL', 'MySQL', 'SQLite', and more, and plays nicely with the 'DBI' package.
Authors:
dbx_0.4.0.tar.gz
dbx_0.4.0.zip(r-4.7)dbx_0.4.0.zip(r-4.6)dbx_0.4.0.zip(r-4.5)
dbx_0.4.0.tgz(r-4.6-any)dbx_0.4.0.tgz(r-4.5-any)
dbx_0.4.0.tar.gz(r-4.7-any)dbx_0.4.0.tar.gz(r-4.6-any)
dbx_0.4.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
dbx/json (API)
NEWS
| # Install 'dbx' in R: |
| install.packages('dbx', repos = c('https://ankane.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/ankane/dbx/issues
Last updated from:f2e4b058f1. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 102 | ||
| source / vignettes | OK | 131 | ||
| linux-release-x86_64 | OK | 115 | ||
| macos-release-arm64 | OK | 128 | ||
| macos-oldrel-arm64 | OK | 119 | ||
| windows-devel | OK | 74 | ||
| windows-release | OK | 93 | ||
| windows-oldrel | OK | 69 | ||
| wasm-release | OK | 99 |
Exports:dbxConnectdbxDeletedbxDisconnectdbxExecutedbxInsertdbxSelectdbxUpdatedbxUpsert
Dependencies:DBI
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Create a database connection | dbxConnect |
| Delete records | dbxDelete |
| Close a database connection | dbxDisconnect |
| Execute a statement | dbxExecute |
| Insert records | dbxInsert |
| Select records | dbxSelect |
| Update records | dbxUpdate |
| Upsert records | dbxUpsert |
