getDatabaseBuilder
Returns a RoomDatabase.Builder configured for Android with the given dbName. All platforms use Room KMP's single-connection pool to avoid the reader-pool permit wedge; see MeshtasticDatabase.configureCommon.
Returns a RoomDatabase.Builder configured for the current platform with the given dbName.
Returns a RoomDatabase.Builder configured for JVM/Desktop with the given dbName.