cypress-multiple-db-sql-server
JSON →Cypress plugin (v1.0.0) for executing SQL queries against Microsoft SQL Server databases, leveraging the tedious driver. Extends the cypress-sql-server concept by allowing connections to multiple databases by passing the database name as a command parameter. Key differentiator: supports multiple databases within the same server via dynamic database selection, and optionally multiple servers by providing full config per call. Primarily for E2E testing to seed/verify database state. Low release cadence (single version).