• Gets or creates a SQL Server connection pool for database operations. Uses singleton pattern to reuse the same connection pool across multiple code generation operations for better performance.

    Returns Promise<mssql.ConnectionPool>

    Promise resolving to the mssql ConnectionPool instance

    Throws

    Error if connection fails