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

https://github.com/briandconnelly/udftool

Tools for maintaining PostgreSQL user-defined functions
https://github.com/briandconnelly/udftool

postgresql r redshift udf

Last synced: 5 months ago
JSON representation

Tools for maintaining PostgreSQL user-defined functions

Awesome Lists containing this project

README

        

---
output: github_document
---

```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```

# udftool

[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[![CRAN status](https://www.r-pkg.org/badges/version/udftool)](https://CRAN.R-project.org/package=udftool)
[![Codecov test coverage](https://codecov.io/gh/briandconnelly/udftool/branch/main/graph/badge.svg)](https://codecov.io/gh/briandconnelly/udftool?branch=main)
[![R-CMD-check](https://github.com/briandconnelly/udftool/workflows/R-CMD-check/badge.svg)](https://github.com/briandconnelly/udftool/actions)

udftool makes it easy to develop, deploy, and maintain PostgreSQL [user-defined functions](https://www.postgresql.org/docs/current/xfunc.html).

## Installation

This package is in its (very) early stages, so it is not yet available on [CRAN](https://CRAN.R-project.org).
You can install the latest development version by running:

``` r
# install.packages("devtools")
devtools::install_github("briandconnelly/udftool")
```