Constructors

  • Parameters

    • init: {
          dataSource: ConnectionPool;
          database: string;
          host: string;
          port: number;
          type: "Admin" | "Read-Write" | "Read-Only" | "Other";
          userName: string;
      }
      • dataSource: ConnectionPool
      • database: string
      • host: string
      • port: number
      • type: "Admin" | "Read-Write" | "Read-Only" | "Other"
      • userName: string

    Returns DataSourceInfo

Properties

dataSource: ConnectionPool
database: string
host: string
instance?: string
port: number
type: "Admin" | "Read-Write" | "Read-Only" | "Other"
userName: string