Confirmed users
920
edits
LesOrchard (talk | contribs) (→Other?) |
LesOrchard (talk | contribs) (→Other?) |
||
Line 104: | Line 104: | ||
* Our apps are pretty standard relational CRUD | * Our apps are pretty standard relational CRUD | ||
** Beyond ORM, consider the actual data needs - including schema, indexing, caching, etc. | ** Beyond ORM, consider the actual data needs - including schema, indexing, caching, etc. | ||
** RDBMS (eg. MySQL, Postgres) are not the end-all-be-all for data. | |||
** Keeping models geared toward intention/purpose rather than relations can help underlying technology stay flexible. | ** Keeping models geared toward intention/purpose rather than relations can help underlying technology stay flexible. | ||