Replies: 4 comments 4 replies
-
|
There is GRDBUndo as one option. |
Beta Was this translation helpful? Give feedback.
-
|
Hi @lucamegh, this is something we will probably look at sometime in the future, but not sure when yet. Luckily it should be possible to build your own outside the library. SQLite even has a dedicated article on how undo can be implemented using triggers. |
Beta Was this translation helpful? Give feedback.
-
|
Here is one seemingly working stab at adding undo/redo support to SQLiteData including taking syncing and sharing data into account: johankool#1 |
Beta Was this translation helpful? Give feedback.
-
|
Here's my take on undo. We just shipped it in a Mac app with TCA and it's working great. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Now that CloudKit sync is out, there's still one major feature that SQLiteData lacks compared to SwiftData: built-in undo and redo management. Have you already started exploring the idea, or are there any plans to add such a feature?
Beta Was this translation helpful? Give feedback.
All reactions