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 1, 2024
1 parent 406f366 commit 404c4f8
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
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

0 comments on commit 404c4f8

Please sign in to comment.