codestiff / connective

A relational mapping library for clojure
https://github.com/codestiff/connective
Eclipse Public License 2.0
0 stars 0 forks source link

Analyze reference value #5

Open codestiff opened 4 years ago

codestiff commented 4 years ago

https://github.com/codestiff/connective/blob/2470d73c90e27150c841398bed5c4c4da441c8e2/modules/connective-core/src/connective/adapter.clj#L36

This API should probably be removed. The reference value depends on the entity and ref-attribute (aka foreign key used). The query API can probably take care of this and the API is probably not needed.