Skip to content

cran/dbProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dbProject

Lifecycle: experimental CRAN status

The goal of dbProject is to manage dbData objects and database connections in the dbverse ecosystem.

Installation

You can install the development version of dbProject like so:

pak::pak("dbverse-org/dbproject-r")

Example

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

library(dbProject)

project_dir <- tempfile("dbproject_demo")
project <- dbProject$new(path = project_dir)
con <- project$get_conn()

DBI::dbWriteTable(con, "mtcars", mtcars)
DBI::dbReadTable(con, "mtcars")

project$disconnect()
unlink(project_dir, recursive = TRUE)

About

❗ This is a read-only mirror of the CRAN R package repository. dbProject — Database Connection Management and Utilities for 'dbverse'. Homepage: https://github.com/dbverse-org/dbproject-rhttps://dbverse-org.github.io/dbproject-r/ Report bugs for this package: https://github.com/dbverse-org/dbproject-r/i ...

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages