How to make SQLDelight use sqlite3 directly via JNI on Android?
We have database with big blobs (images) ~3.5mb which we cannot read on Android versions below 9 (API 28) because we cannot set a larger custom cursor window size (see https://github.com/cashapp/sqldelight/pull/4804).