-
-
Notifications
You must be signed in to change notification settings - Fork 395
Open
Labels
iOSnecessary for iOS portnecessary for iOS port
Description
Requires #5412.
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.
Coehill and The-Nickname
Metadata
Metadata
Assignees
Labels
iOSnecessary for iOS portnecessary for iOS port
Type
Projects
Status
In Progress