You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement the Database.kt interface for iOS using libsqlite3, analogous to android-specific implementation in AndroidDatabase
Currently, the code that creates the database file if it does not exist yet and opens the database in a thread-safe way is done StreetCompleteSQLiteOpenHelper (that inherits functionality from the Android class SQLiteOpenHelper. This functionality either needs to be reimplemented in platform-independent code or be reimplemented on iOS side.
The text was updated successfully, but these errors were encountered:
Requires #5412.
Implement the
Database.kt
interface for iOS usinglibsqlite3
, analogous to android-specific implementation inAndroidDatabase
Currently, the code that creates the database file if it does not exist yet and opens the database in a thread-safe way is done
StreetCompleteSQLiteOpenHelper
(that inherits functionality from the Android classSQLiteOpenHelper
. This functionality either needs to be reimplemented in platform-independent code or be reimplemented on iOS side.The text was updated successfully, but these errors were encountered: