@kasvith@ykatulie@danielbergholz@prisma Orange ORM can talk "directly" to db through express adapter. In a safe way.
#user-content-in-the-browser" target="_blank" rel="nofollow noopener">github.com/alfateam/orang…
Every time I see the latest news in JS frameworks and tooling, I’m reminded why I’m so glad I moved to Elixir. One language, one ecosystem, and tooling included. No need to stitch together 100 micro-libs just to get started
Many-to-many relationships are often an antipattern—they hide what should be a first-class mapping in your domain. When your join table needs extra context or "triples", that's your signal: you're dealing with a meaningful business concept that deserves its own model.