-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.Rmd
42 lines (24 loc) · 1.21 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<!-- Don't edit README.md! Edit README.Rmd, then run `make readme` -->
# rls
<!-- badges: start -->
[![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)
<!-- badges: end -->
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.
## License
[MIT](LICENSE.md)
[vign]: https://getwilds.org/rls/articles/rls.html