Skip to content
This repository was archived by the owner on Jan 13, 2022. It is now read-only.
/ relational Public archive

Specify primary, unique, and foreign key constraints when loading R data into SQL databases

License

Notifications You must be signed in to change notification settings

cmu-lib/relational

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

relational

lifecycle

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.

Installation

You can install relational from github with:

# install.packages("devtools")
devtools::install_github("dSHARP-CMU/relational")

Example

This is a basic example which shows you how to solve a common problem:

## basic example code

About

Specify primary, unique, and foreign key constraints when loading R data into SQL databases

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages