Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/r-dbi/RKazam
- Owner: r-dbi
- License: cc0-1.0
- Created: 2016-01-25T17:46:03.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2024-08-09T22:53:17.000Z (3 months ago)
- Last Synced: 2024-08-09T23:47:32.009Z (3 months ago)
- Topics: boilerplate, database, r
- Language: R
- Homepage:
- Size: 7.42 MB
- Stars: 12
- Watchers: 5
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
- Security: .github/security.md
Awesome Lists containing this project
- jimsghstars - r-dbi/RKazam - A boilerplate for DBI drivers, fully DBI-compliant (R)
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.