SundeedQLite icon indicating copy to clipboard operation
SundeedQLite copied to clipboard

Easiest local storage library in Swift

Results 5 SundeedQLite issues
Sort by recently updated
recently updated
newest added

Simple explanation ``` class Main: ... { var subObjects: [SubObject] = [] } class SubObject: ... { var subSubObjects: [SubSubObject] = [] } class SubSubObject: ... { ... } var...

Thanks for library. Could you add WatchOS support?

When we delete an image, it's deleted from the tables but not from the app's storage, so the size is not decreasing

Add a feature to migrate an object table whenever we add a property, remove a property, or change the data type of a property