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

https://github.com/getwilds/rls

Row Level Security Functions for PostgreSQL and Redshift
https://github.com/getwilds/rls

postgresql redshift row-level-security rstats wilds-r

Last synced: 5 months ago
JSON representation

Row Level Security Functions for PostgreSQL and Redshift

Awesome Lists containing this project

README

          

# rls

[![Project Status: Concept – Not useable, no support, not open to feedback, unstable API.](https://getwilds.org/badges/badges/concept.svg)](https://getwilds.org/badges/#concept)
[![R-check](https://github.com/getwilds/rls/actions/workflows/R-check.yml/badge.svg)](https://github.com/getwilds/rls/actions/workflows/R-check.yml)

Row Level Security stuff

## Installation

Development version

```{r eval=FALSE}
# install.packages("pak")
pak::pak("getwilds/rls")
```

## Get started

Go to the [Getting Stared vignette][vign] for a walk-through of using row level security with PostgreSQL.

## Bugs? Features?

Open an issue on our [issue tracker](https://github.com/getwilds/rls/issues/).

## Contributors

This package follows [Git Flow](https://nvie.com/posts/a-successful-git-branching-model/).

## Code of Conduct

Please note that the rls project is released with a [Contributor Code of Conduct](https://contributor-covenant.org/version/2/1/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms.

## Roadmap

For the next release:

- Incorporate big set of changes on `priv` branch ([#13](https://github.com/getwilds/rls/issues/13) - related [#4](https://github.com/getwilds/rls/issues/4))
- Make sure package works with Redshift ([#14](https://github.com/getwilds/rls/issues/14))
- Change package name to `tablemanners` ([#6](https://github.com/getwilds/rls/issues/6))
- Make sure instructions for anyone contributing are solid wrt connecting to postgres ([#16](https://github.com/getwilds/rls/issues/16))
- Get feedback from users before the release! (likely to lead to changes)

## License

[MIT](LICENSE.md)

[vign]: https://getwilds.org/rls/articles/rls.html