Function generateRealmFromJSON

  • Process JSON schemas and generate a Realm file.

    Returns

    Status of conversion.

    Parameters

    • schemaPath: string

      Path to the JSON file containing the schemas.

    • Optional objectsPath: string

      Path to the JSON file containing the objects.

    • Optional outputPath: string

      The output filename for the Realm file, when not provided creates an in memory realm file.

    Returns Promise<Status>

Generated using TypeDoc