The goal of relational is to provide helper functions when loading R data frames into a database. While packages like DBI provide a general-purpose interface for loading individual tables, there’s no general purpose approach
Right now, relational only supports SQLite backends.
You can install relational from github with:
# install.packages("devtools")
devtools::install_github("dSHARP-CMU/relational")
This is a basic example which shows you how to solve a common problem:
## basic example code