Skip to content
/ rls Public

Row Level Security

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

getwilds/rls

Repository files navigation

rls

Project Status: Concept – Not useable, no support, not open to feedback, unstable API. R-check

Row Level Security stuff

Installation

Development version

# install.packages("pak")
pak::pak("getwilds/rls")

Golden path (NOT WORKING YET, README Driven development)

Connect

library(rls)
library(DBI)
library(RPostgres)
con <- dbConnect(Postgres())

Create a policy and add it to a table

xxx

Bugs? Features?

Open an issue on our issue tracker.

Contributors

This package follows Git Flow.

Code of Conduct

Please note that the rls project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.

License

MIT