Function isCollectionNameUnique

  • IsCollectionNameUnique checks that there is no existing collection with the provided name (case insensitive!).

    Note: case insensitive check because the name is used also as table name for the records.

    Parameters

    • name: string
    • Rest ...excludeIds: string[]

    Returns boolean

Generated using TypeDoc