Skip to content

Commit

Permalink
Resolve conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
marcua committed Dec 1, 2024
2 parents 3861681 + 2149bbc commit 2b1982f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -283,18 +283,18 @@ $ ayb client update_database marcua/test.sqlite --public-sharing-level read-only
To provide a specific user with access to a database, select one of the following:
```
# Revoke access to a database from an entity.
$ ayb client permissions marcua/test.sqlite sofia no-access
$ ayb client share marcua/test.sqlite sofia no-access
# Allow an entity to make read-only (e.g., SELECT) queries against a
# database.
$ ayb client permissions marcua/test.sqlite sofia read-only
$ ayb client share marcua/test.sqlite sofia read-only
# Allow an entity to make any type of query against a database.
$ ayb client permissions marcua/test.sqlite sofia read-write
$ ayb client share marcua/test.sqlite sofia read-write
# Allow an entity to not only modify a database, but also to change
# the permissions of any non-owner entity.
$ ayb client permissions marcua/test.sqlite sofia manager
$ ayb client share marcua/test.sqlite sofia manager
```

### Isolation
Expand Down

0 comments on commit 2b1982f

Please sign in to comment.