DatabaseManager
open class DatabaseManager(app: Application, dispatchers: CoroutineDispatchers) : DatabaseProvider, DatabaseManager(source)
Manages per-device Room database instances for node data, with LRU eviction.
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Returns true if a database exists for the given device address.
Link copied to clipboard
Link copied to clipboard
Switch active database to the one associated with address. Serialized via mutex.