Type Alias RawConnectionOptions<Dialect>

RawConnectionOptions: ConnectionOptions<Dialect> & { url?: string } | string

Type Parameters