Is <https://developer.android.com/kotlin/multiplat...
# squarelibraries
e
j
Our Android driver already uses the androidx open helper abstraction, so you can already use any subtype of that, such as their bundled version
e
And it would also be able to be used on ios, jvm, etc... if a SqlDelight driver is written for it?
j
our driver would have to be updated to add support for those targets, yes
👍 2
e
Wasn't exactly plug and play because
androidx.sqlite.SQLiteDriver
doesn't fit into the helper abstraction, but not too bad - https://github.com/cashapp/sqldelight/pull/5283
i
BundledSQLite would be simplified sqldelight, interesting