walkable
walkable copied to clipboard
A Clojure(script) SQL library for building APIs: Datomic® (GraphQL-ish) pull syntax, data driven configuration, dynamic filtering with relations in mind
Can Walkable and [Pathom3](https://github.com/wilkerlucio/pathom3) work together?
Fixes #178
- join-path is not really intuitive - maybe "foreign key" is more familiar - also make it easier to customize behaviors
port the feature from older version to v1.3
make use of [guardrails](https://github.com/fulcrologic/guardrails) to give feedback of bad configuration
so that ```clj [{:person/by-id] :my/join}] ;; or [{:person/by-id] [{:my/join [*]}]] ;; will behave just like: [{:person/by-id] [{:my/join [:pre/defined :default/props]}]] ```
there must be an internal automatically renaming mechanism
- lambda extra-conditions for joins - post-processing pathom plugin for columns