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
- Host: GitHub
- URL: https://github.com/getwilds/rls
- Owner: getwilds
- License: other
- Created: 2024-09-27T16:41:14.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-04T19:44:30.000Z (over 1 year ago)
- Last Synced: 2025-04-05T13:05:23.000Z (about 1 year ago)
- Topics: postgresql, redshift, row-level-security, rstats, wilds-r
- Language: R
- Homepage: https://getwilds.org/rls/
- Size: 1.77 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.Rmd
- Changelog: NEWS.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# rls
[](https://getwilds.org/badges/#concept)
[](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