in reply to Re: Architecture design for full stack development.
in thread Architecture design for full stack development.
In regard to why this prompts an ORM, looks like from posts I wasn't clear in the OP... The moment I have to consider using SQL for dealing with something across multiple tables (pks have fks in other tables), embedded in my Perl, is the moment where I need an ORM. It has nothing to do with the particular issue of keys, it is just that if not this requirement that another requirement is bound to come along that prompts awkward-maintenance use of embedded SQL best factorised into an ORM instead.
One world, one people
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Architecture design for full stack development.
by Mr. Muskrat (Canon) on Jun 26, 2017 at 15:24 UTC | |
by erix (Prior) on Jun 28, 2017 at 09:44 UTC |