v2
#1855
Replies: 1 comment 1 reply
-
Hey Tom :), so far almost everything is fine now. Thanks for asking and thanks for being back as support again ❤️ . Well time window is hard to tell. I would say end of year or earlier. Depends if i only want to have the At the end my big plan is to seperate things more. So the you have ORM as a module and pinia as module. I wanna make this so it's easier also to include other state managment solution behind the ORM layer. You can't change the id of an item ? useRepo(User).where('id', 123).update({ id: 234 }) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi @CodeDredd,
I'm glad you're back and I hope everything went well! :)
If you can, could you please share with me your plans for the next major version you mentioned? What will be different, a new and time window?
I also wanted to ask if it would be possible to change the ID of the item, for cases where I create an item with a temporary ID and then want to update it with a new ID from the server. So now I have to delete the item and create new ones.
thanks :)
tom
Beta Was this translation helpful? Give feedback.
All reactions