SwiftData
SwiftData copied to clipboard
Simple and Effective SQLite Handling in Swift
Results
32
SwiftData issues
Sort by
recently updated
recently updated
newest added
I've found that **Any** works better than **AnyObject** in the latest Swift release, and added **NSNull** support as a in intentional way to put a NULL into the database.
Slowness
1
I wonder why it takes 11 seconds to insert 250 rows with ~12 columns, or ~7 seconds a 80Kb File to String in one row. Is there a better way...