|
|
|
|
|
by pstuart
985 days ago
|
|
There's One Weird Trick⢠in managing joins in this case -- create views that implement the joins and then just treat it as yet another table. Bonus feature is creating a consistent way of working with that relation using native DB tools. ;-) |
|
to be clear, dont' use views in production queries. you WILL regret it.
source: made this mistake.