DatabaseSyncOptions

sealed external interface DatabaseSyncOptions(source)

Properties

Link copied to clipboard
abstract var open: Boolean?

If true, the database is opened by the constructor. When this value is false, the database must be opened via the open() method.