tursodatabase / libsql-android

MIT License
9 stars 1 forks source link

Please add implementation of androidx.sqlite.db.SupportSQLiteDatabase #24

Open marcardar opened 2 days ago

marcardar commented 2 days ago

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.

haaawk commented 2 days ago

Thanks for the suggestion @marcardar . @levydsa we should look into this at some point