diff --git a/index.html b/index.html index 9690f18..f7485af 100644 --- a/index.html +++ b/index.html @@ -11,8 +11,8 @@ - - + + Skip to contents @@ -61,6 +61,18 @@

Installationpak::pak("getwilds/rls")
+

Golden path (NOT WORKING YET, README Driven development) +

+

Connect

+ +

Create a policy and add it to a table

+

xxx

+
+

Bugs? Features?

Open an issue on our issue tracker.

diff --git a/pkgdown.yml b/pkgdown.yml index a8f2173..a3d4f82 100644 --- a/pkgdown.yml +++ b/pkgdown.yml @@ -2,7 +2,7 @@ pandoc: 3.1.11 pkgdown: 2.1.1 pkgdown_sha: ~ articles: {} -last_built: 2024-09-27T16:58Z +last_built: 2024-09-28T05:29Z urls: reference: http://getwilds.org/rls/reference article: http://getwilds.org/rls/articles diff --git a/reference/has_postgres.html b/reference/has_postgres.html new file mode 100644 index 0000000..60ab181 --- /dev/null +++ b/reference/has_postgres.html @@ -0,0 +1,78 @@ + +has postgres? — has_postgres • rls + Skip to contents + + +
+
+
+ +
+

has postgres?

+
+ +
+

Usage

+
has_postgres(...)
+
+ +
+

Arguments

+ + +
...
+

further args passed on to DBI::dbConnect()

+ +
+
+

Value

+

boolean, TRUE if Postgres is app can can be connected to it, +FALSE if not

+
+ +
+ + +
+ + + +
+ + + + + + + diff --git a/reference/index.html b/reference/index.html index 3699fbf..f0192a7 100644 --- a/reference/index.html +++ b/reference/index.html @@ -44,22 +44,46 @@

All functionshas_postgres() + + +
has postgres?
+
+ + rls_check_status() + +
+
Check row level security status of a table
+
+ rls_construct_policy()
-
Construct an RLS policy
+
Construct a row level security policy
rls_create_policy()
-
Create an RLS policy
+
Create a row level security policy
+
+ + rls_drop_policy() + +
+
Drop a row level security policy
+
+ + rls_enable() rls_disable() + +
+
Enable row level security on a table
rls_policies()
-
List RLS policies
+
List row level security policies

diff --git a/reference/rls-package.html b/reference/rls-package.html index fcd2e82..4151d5c 100644 --- a/reference/rls-package.html +++ b/reference/rls-package.html @@ -1,5 +1,5 @@ -rls: Row Level Security — rls-package • rls +rls: Row Level Security — rls-package • rls Skip to contents @@ -34,16 +34,24 @@

rls: Row Level Security

-

Row level security helpers.

+

Row level security helpers. Currenlty supports PostgreSQL and Redshift flavored PostgreSQL.

+
+

See also

+

Useful links:

+

Author

Maintainer: Scott Chamberlain sachamber@fredhutch.org (ORCID)

- +