dbsync_app.register_local_dbschema()

Loads the dbsync schema for the remote app.

Syntax

FUNCTION register_local_dbschema(
      schema_filename STRING,
  )
  1. schema_filename defines the path to the schema file.

Usage

In this call, the schema_filename must be the JSON file containing the database schema definition. To create the schema file, see Set up the database schema file or Set up DB Sync in direct mode. The schema file must be deployed with application program files.