Andrew O Hart
11/25/2021, 3:14 PMvar rc: Int32
var db: OpaquePointer? = nil
rc = sqlite3_open(":memory:", &db)
I'm trying but I get this error in the picture below.
Trying to use sqlcipher ios lib in kotlin
I see in the .knm file it looks like kotlinx.cinterop.CValuesRef<kotlinx.cinterop.CPointerVar<cnames.structs.sqlite3>