Configures RDB to use the emulator instead of the real database.
static useEmulator(final String host, final int port) { instance.useDatabaseEmulator(host, port); }