https://github.com/skgrange/databaser
Tools to Keep Database Interaction Easy and Consistent
https://github.com/skgrange/databaser
Last synced: 2 months ago
JSON representation
Tools to Keep Database Interaction Easy and Consistent
- Host: GitHub
- URL: https://github.com/skgrange/databaser
- Owner: skgrange
- License: gpl-3.0
- Created: 2016-06-30T09:44:21.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2025-03-24T20:59:08.000Z (7 months ago)
- Last Synced: 2025-03-24T21:37:30.030Z (7 months ago)
- Language: R
- Homepage:
- Size: 490 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - skgrange/databaser - Tools to Keep Database Interaction Easy and Consistent (R)
README
[](https://www.tidyverse.org/lifecycle/)

**databaser** is an R package which extends [**DBI**](https://github.com/rstats-db/DBI), [**RSQLite**](https://github.com/r-dbi/RSQLite), [**RMariaDB**](https://github.com/r-dbi/RMariaDB), and [**RPostgres**](https://rpostgres.r-dbi.org/). **databaser** keeps things consistent with functions starting with `db_`. **databaser** contains many simple wrappers which are sometimes undesirable, but they are included for consistency.
- Functions include:
- `db_connect`
- `db_execute` (vectorised)
- `db_get`
- `db_insert`
- `db_contents`
- `db_count_rows`
- `db_head`
- `db_list_variables`
- `db_vacuum`
- `db_read_table`
- `db_insert`
- `db_kill_process`
- `db_list_constraints`
- `db_list_indices`
- `db_size`
- `db_version`
- `read_sql`
- and many more...**databaser** started off life within the [**threadr**](https://github.com/skgrange/threadr) package.