I’m unsure if this is feasible, but implementing SupportSQLiteDatabase could significantly enhance adoption on Android. It would simplify migration for existing apps that rely on local SQLite databases.
Additionally, many Android apps utilize the popular SQLDelight, which provides a type-safe way to query SQLite databases. By supporting SupportSQLiteDatabase, it would be much easier to integrate with Android apps and streamline the transition for developers.
I’m unsure if this is feasible, but implementing SupportSQLiteDatabase could significantly enhance adoption on Android. It would simplify migration for existing apps that rely on local SQLite databases.
Additionally, many Android apps utilize the popular SQLDelight, which provides a type-safe way to query SQLite databases. By supporting SupportSQLiteDatabase, it would be much easier to integrate with Android apps and streamline the transition for developers.