You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,8 +14,7 @@
14
14
15
15
Row-Level Security (RLS) in SQLAlchemy for PostgreSQL with [Row Security Policies](https://www.postgresql.org/docs/current/ddl-rowsecurity.html):
16
16
17
-
- Restrict access to specific rows 🔒 based on user permissions, minimizing unauthorized data exposure.
18
-
- Managing who sees what becomes a breeze 😎, without solely relying on application-level permissions.
17
+
- Restrict access to specific rows 🔒 minimizing unauthorized data exposure.
19
18
- Perfect for Scalability and Multi-Tenancy: keep the data playground organized 🏢, ensuring each tenant plays in their own sandbox.
20
19
21
20
> **Warning**
@@ -81,3 +80,8 @@ then ...
81
80
-[ ] Support for Alembic
82
81
-[ ] How to deal with `BYPASSRLS` such as table owners?
83
82
-[ ] When item is tried to delete, no error is raised?
83
+
-[ ] Python 3.11
84
+
85
+
## Final note
86
+
87
+
At the moment this module is work-in-progress and therefore experimental. All feedback and ideas are 100% welcome! So feel free to contribute or reach out to me!
0 commit comments