updateSchema

abstract suspend fun updateSchema(schema: Schema)

Replace the schema with a new version. This is for advanced use cases - typically the schema should just be specified once in the constructor.

Cannot be used while connected - this should only be called before connect.