Files
coder/coderd/rbac/regosql/doc.go
Steven Masley ab9298f382 chore: Rewrite rbac rego -> SQL clause (#5138)
* chore: Rewrite rbac rego -> SQL clause

Previous code was challenging to read with edge cases
- bug: OrgAdmin could not make new groups
- Also refactor some function names
2022-11-28 12:12:34 -06:00

4 lines
162 B
Go

// Package regosql converts rego queries into SQL WHERE clauses. This is so
// the rego queries can be used to filter the results of a SQL query.
package regosql