tabularis
/blog/#typescript

2 posts tagged with #typescript

Sep 4, 2026, 18:307 min read#explain

How plugins can now inject their own parsers into Visual EXPLAIN

explain.tabularis.dev now reads SQL Server plans, and the parser does not live in the core. This is how @tabularis/explain got a parser registry, how a driver plugin ships its own parser as a bundle the app loads at runtime, and why the SQL Server plugin finally lands next week.

Read article