-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ability to manage database-level permissions #11
Comments
Problem with this table: datasette-acl/datasette_acl/__init__.py Lines 16 to 21 in 50afe76
|
Actually the first challenge is going to be figuring out how to represent database-level permissions in the DB such that this query can work: datasette-acl/datasette_acl/__init__.py Lines 290 to 313 in 50afe76
datasette-acl/datasette_acl/__init__.py Lines 84 to 113 in 50afe76
Especially if I want |
This can be things like
create-table
, but it would also be good to enable configuringinsert-row
at the database level and have that user or group able to insert rows into any table in that database.The text was updated successfully, but these errors were encountered: