/** * MSSQL (Microsoft SQL Server) integration client. * * @module */ export type { MSSQLClient } from "./types.js"; export { MSSQLClientImpl } from "./client.js";