https://github.com/s-u/RJDBC
  
  
    R interface to databases using JDBC 
    https://github.com/s-u/RJDBC
  
        Last synced: 3 months ago 
        JSON representation
    
R interface to databases using JDBC
- Host: GitHub
 - URL: https://github.com/s-u/RJDBC
 - Owner: s-u
 - License: other
 - Created: 2013-10-31T14:11:15.000Z (about 12 years ago)
 - Default Branch: master
 - Last Pushed: 2023-08-17T02:56:37.000Z (about 2 years ago)
 - Last Synced: 2025-07-19T23:51:03.490Z (4 months ago)
 - Language: R
 - Size: 176 KB
 - Stars: 51
 - Watchers: 7
 - Forks: 47
 - Open Issues: 20
 - 
            Metadata Files:
            
- Readme: README.md
 - License: LICENSE
 
 
Awesome Lists containing this project
- jimsghstars - s-u/RJDBC - R interface to databases using JDBC (R)
 
README
          # RJDBC
[](https://cran.r-project.org/package=RJDBC)
[](https://RForge.net/RJDBC)
[](https://github.com/s-u/RJDBC/actions/workflows/check.yml)
This R package provides access to databases using the 
JDBC interface.
It is a back-end for the DBI interface in R and thus
consult the DBI documentation for the basics. Modifications specific
to RJDBC are mentioned in its
[R documentation](https://rforge.net/doc/packages/RJDBC/JDBCConnection-methods.html).
Please visit the [main RJDBC project page on RForge.net](https://rforge.net/RJDBC) for details.
### Installation
Recommended installation of the CRAN version is via
    install.packages("RJDBC")
in R. If you have all tools necessary to build R packages from sources,
you can install the latest development version with
    install.packages("RJDBC", repos="https://rforge.net")
The RForge.net repository is updated automatically on each
commit.
### Bug reports
Please use [RJDBC GitHub issues page](https://github.com/s-u/RJDBC/issues) to
report bugs.