Hey folks, are there any examples of shipping a cu...
# squarelibraries
s
Hey folks, are there any examples of shipping a custom sqlite library when using SQLDelight? I know I can use requery/sqlite-android on the Android app. But I am not sure how we do this on iOS side 😅
s
Did you find any example of this? Android or iOS, I’m interested in both
s
On Android I am using requery sqlite-android library. Here is an example usage. https://github.com/msasikanth/twine/blob/3d93fcb821fc9e11c2e1b4e1fef506e88cb93725/[…]dMain/kotlin/dev/sasikanth/rss/reader/database/DriverFactory.kt On iOS, I couldn't figure out how to ship a custom SQLite version, so using the default platform version.
s
Thanks! I tried the same config, but I still got a 3.27.2 SQLite database (what’s returned by
SELECT sqlite_version()
), even with the latest version of this lib. I don’t know why (yet) 😞