configureJchuRoom
fun <T : RoomDatabase> RoomDatabase.Builder<T>.configureJchuRoom(driver: SQLiteDriver = BundledSQLiteDriver(), queryCoroutineContext: CoroutineContext = JchuRoomCoroutineContext, configure: RoomDatabase.Builder<T>.() -> Unit = {}): RoomDatabase.Builder<T>
Applies the standard JchuComponents Room 3 runtime configuration and returns this builder.
The builder remains available to the caller, including through configure, so app-specific migrations, callbacks, journal mode, and connection-pool settings are never hidden. This function does not enable destructive migrations.