Has CockroachDB implemented Row Level Security?

Viewed 320
1 Answers

As of v21.1, Row-level Security is not a supported feature in CockroachDB.

However, Role-based Access Control which is mentioned in that forum post has been implemented and there are docs available for that feature.

Related