//! mssql-cli - Microsoft SQL Server interactive CLI
//!
//! Microsoft's `mssql-cli` is a Python-based interactive shell for SQL
//! Server with autocompletion + syntax highlighting. Distinct from
//! `sqlcmd` (the legacy non-interactive variant). Common companion to
//! EF Core / ASP.NET Core dev workflows where the developer needs an
//! ad-hoc query session against the project's local SQL Server.
use cratedefine_tool;
define_tool!;