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
No love on this? I'm interested in this too, and wondering if this library (or other Sqlite wrappers) could be portable to Android. Of course, there's a couple of questions there including porting a Swift-based library to Android.
I bet it does. Browsing the import statements in some of the files I came across:
import Foundation
import Dispatch
Foundation should work on Linux.
Dispatch is implicitly imported on macOS but required in Linux. (For DispatchQueue)
So I'd say yes. On your Linux: install Sqlite3, swift, test it out, then come back and share what happened!
The title says it all.
The text was updated successfully, but these errors were encountered: