• Resolves schema as TypeORM would use it from the specified DataSource options.

    Returns

    • public if the options do not contain schema.
    • null if the options cannot contain schema because the database type does not support it.
    • Otherwise schema from the options.

    Throws

    Error if the value of schema property is a white-space non-empty string.

    Parameters

    Returns string

  • Parameters

    • options: DataSourceOptions

    Returns string | null

Generated using TypeDoc