• Generate a realm file and populate it.

    Returns

    The generated realm objects and the realm itself.

    Parameters

    • schemas: Schemas

      Object schemas for the given file.

    • objects: RealmObjects

      Objects for the given file.

    • Optional outputPath: string

      Defines the output path for the realm file. when not provided, creates an in memory file.

    Returns Promise<GenerateRealm>

Generated using TypeDoc