Realm

extension Realm
  • Launch the specified seeders to seed this Realm Database. Use this function to launch nested seeders calls: it is transaction-safe.

    Declaration

    Swift

    public func seed(_ seederTypes: RealmSeeder.Type...) throws

    Parameters

    seederTypes

    the specified seeders to run.