-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
406f366
commit 404c4f8
Showing
1 changed file
with
13 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,15 @@ | ||
# Pathom 3 Datomic integration | ||
|
||
Work in progress. | ||
Pathom 3 Datomic provides a dynamic resolver to integrate with Datomic. | ||
|
||
## State of the project | ||
|
||
This project is more 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 | ||
|
||
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. | ||
|
||
## Usage | ||
|
||
TODO |