skgrange / databaser

Tools to Keep Database Interaction Easy and Consistent

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

databaser

Lifecycle Status

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
    • and many more...

databaser started off life within the threadr package.

About

Tools to Keep Database Interaction Easy and Consistent

License:GNU General Public License v3.0


Languages

Language:R 100.0%