databaser is an R package which extends DBI, RSQLite, RMariaDB, and RPostgres. 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
databaser started off life within the threadr package.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.