You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following a recent post on uno platform by Steven Giesel about LiteDB.
It was interesting to read some of the stuff I already had an idea on and to get some extra knowledge too.
That being said ;
I use LiteDB on a MAUI project as of lately & I use the basic insert, update, delete.
But I have never had to use beginTransaction or Commit(), yet it still works well.
Is it okay for me to stick with my implementations? Or MUST I use transactions and commits?
Would be great to learn about how you guys use LiteDB! :)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Following a recent post on uno platform by Steven Giesel about LiteDB.
It was interesting to read some of the stuff I already had an idea on and to get some extra knowledge too.
That being said ;
I use LiteDB on a MAUI project as of lately & I use the basic insert, update, delete.
But I have never had to use beginTransaction or Commit(), yet it still works well.
Is it okay for me to stick with my implementations? Or MUST I use transactions and commits?
Would be great to learn about how you guys use LiteDB! :)
Beta Was this translation helpful? Give feedback.
All reactions