T-SQL intelligence,
hand-cut.
Parsing, completion, formatting, analysis, and SQL Server catalog context for T-SQL. Querent is source-only: there is no package and no editor bundle, and the .NET engine is still being prepared for private evaluation.
Six instruments, one grip.
Every capability runs on the same span-based, error-tolerant core.
Context-ranked completion
Catalog-aware suggestions are filtered by what resolves at the caret, then ranked by context, match quality, and label.
Idempotent formatter
Format once or a thousand times and get the same bytes. Style is configurable; the output is deterministic.
Fourteen analysis rules
Style, best-practice, performance, security, and catalog-binding diagnostics with stable IDs.
SQL Server catalogs
Read-only catalog snapshots add schema, table, column, routine, and type context to completion and analysis.
Error-tolerant core
Returns a syntax tree with diagnostics for partial and malformed SQL so editor features can work mid-keystroke.
Language-server host
A .NET 10 JSON-RPC server exposes the engine to editor clients. Its installable bundle is still under validation.
Where it lives
One engine, delivered where you already write SQL.
Rules that read like a reviewer
A sample of the fourteen built-in rules, using the IDs present in the current source.
Ready when you are.
Querent is not a finished editor product yet. Start with the engine quickstart and review the catalog trust boundary before testing the server.