SQLiteDB icon indicating copy to clipboard operation
SQLiteDB copied to clipboard

SQLTable (upgrading from Swift 3 to Swift 4)

Open ndgwv opened this issue 6 years ago • 0 comments

Using SQLTable to create the database in the app, I committed out the line // if copyFile { in SQLiteBase.swift such that the database would appear in the Documents directory (to view in SQLite Manager) and data would remain after first launch from Xcode. It was previously working correctly with the Swift 3 builds. Please advise.

ndgwv avatar Oct 17 '18 10:10 ndgwv