Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/r-dbi/RKazam

A boilerplate for DBI drivers, fully DBI-compliant
https://github.com/r-dbi/RKazam

boilerplate database r

Last synced: 3 months ago
JSON representation

A boilerplate for DBI drivers, fully DBI-compliant

Awesome Lists containing this project

README

        

# RKazam

[![rcc](https://github.com/r-dbi/RKazam/workflows/rcc/badge.svg)](https://github.com/r-dbi/RKazam/actions)
[![Codecov test coverage](https://codecov.io/gh/r-dbi/RKazam/branch/master/graph/badge.svg)](https://codecov.io/gh/r-dbi/RKazam?branch=master)

RKazam is an DBI-compliant interface to the hypothetical Kazam database. It is intended to be used as boilerplate for new DBI backends.

## Installation

Install from GitHub via

```
# install.packages("devtools")
devtools::install_github(c("r-dbi/DBI", "r-dbi/RKazam"))
```

---

Please note that the 'RKazam' project is released with a
[Contributor Code of Conduct](CODE_OF_CONDUCT.md).
By contributing to this project, you agree to abide by its terms.