Hi! It seems like the fact that an id needs to be ...
# exposed
d
Hi! It seems like the fact that an id needs to be an EntityID makes it impossible to have the domain layer not have a dependency on Exposed for DAO classes... ideally I would have defined them as interfaces in the domain layer and implemented them in exposed in the data module, is this possible in any way?