Package: dbx 0.3.2
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.3.2.tar.gz
dbx_0.3.2.zip(r-4.5)dbx_0.3.2.zip(r-4.4)dbx_0.3.2.zip(r-4.3)
dbx_0.3.2.tgz(r-4.4-any)dbx_0.3.2.tgz(r-4.3-any)
dbx_0.3.2.tar.gz(r-4.5-noble)dbx_0.3.2.tar.gz(r-4.4-noble)
dbx_0.3.2.tgz(r-4.4-emscripten)dbx_0.3.2.tgz(r-4.3-emscripten)
dbx.pdf |dbx.html✨
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 6 months agofrom:b9368986e4. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 14 2024 |
R-4.5-win | OK | Nov 14 2024 |
R-4.5-linux | OK | Nov 14 2024 |
R-4.4-win | OK | Nov 14 2024 |
R-4.4-mac | OK | Nov 14 2024 |
R-4.3-win | OK | Nov 14 2024 |
R-4.3-mac | OK | Nov 14 2024 |
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 |