Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wilkerlucio authored Feb 6, 2024
1 parent 404c4f8 commit 58ff8a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ Pathom 3 Datomic provides a dynamic resolver to integrate with Datomic.

## State of the project

This project is more experimental.
This project is experimental.

After some iterations of playing with it, we found a fundamental problem regarding access control. Applications usually require some sort of access control that is business-dependent. While it is relatively easy to expose the whole Datomic database, the access control is not something we can solve generically
After some iterations of playing with it, we found a fundamental problem regarding access control. Applications usually require some sort of access control that is business-dependent. While it is relatively easy to expose the whole Datomic database, the access control is not something we can solve generically.

So if you are writing some sort of admin UI that allows full access, this might be useful for you, otherwise you are probably better writing specific resolvers that reach for Datomic, that way you have full control over all the access.

Expand Down

0 comments on commit 58ff8a3

Please sign in to comment.