Peter Solnica
Peter Solnica
Maybe you could do the `row_proc` trick like in yaml adapter? OTOH it's nice to avoid intermediate objects so if we can make things work with those structs then it's...
Yes of course. This is related to #12
@MicMicMon technically speaking, repositories have full support for CRUD w/o `commands` declaration. You have access to *all relations* and they expose CRUD interface. How *you* encapsulate CRUD is important. That's...
@MicMicMon sure! contributions like that are always welcome
So this is really nice, but I'd like to figure out how to avoid `ROM.env` somehow without adding dry-container/auto_inject setup. Maybe just a `MyApp.rom` and `MyApp.user_repo` with memoization, just for...
@janjiss we could try to add a dry-container/auto_inject based setup and just see if it doesn't look too overwhelming. If I had time I would really rebuild rom-rails on top...
It would be really great to have this on the website. Would you be able to port it to `source/guides` (no version in the path) and we could review it...
Looks good, but let's also fix rom-rb/rom#491 😓
This is very helpful, a couple of remarks though: * Reaching out to Sequel directly is *possible* but discouraged, because if something is not possible in rom-sql then it's a...
@timriley we need both - a sticky post and then a curated list on the website, no?