The bug your Typescript compiler and SQL migration both miss
Source: Dev.to
Introduction
Hey guys,
I built a small kernel that catches a class of TypeScript ↔ SQL inconsistency that the standard stack misses: two TypeScript fields silently collapsing onto one SQL column, both individually valid. I’m curious whether the kind of bug it catches is real for you, or whether your toolchain already covers it.
You can try a 30‑second curl on the hosted demo (no signup required):
https://github.com/wiaahmarketplace/typerion-oss
If the case feels manufactured or your ORM already catches it, that feedback is what I need most. Thank you.