How to represent pivot table (with extra data on it) in datomic?
问题 I realise that we don't need ordinary pivot tables in datomic because we can just pick one side of the relationship and put a :db.cardinality/many attribute on there (being sure to model the relationship in one direction only). The next thing I encounter in converting from sql is a pivot table that also stores an attribute on the relationship, like: series_subscriptions user_id int series_id int expires_at timestamp I was wondering what the options are to model this in datomic. I notice there