DEV Community

Matt obrien
Matt obrien

Posted on

The bug your Typescript compiler and SQL migration both miss

Hey guys,
Built a small kernel that catches a class of TS↔SQL inconsistency
the standard stack misses (two TS fields silently collapsing onto
one SQL column, both individually valid). Curious whether the kind
of bug it catches is real for you, or whether your toolchain already
covers it.
30-second curl on the hosted demo, no signup :
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

Top comments (0)