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
Hi, I am working on an app that uses delta as the rich text format.
I need to save the rich text in my SQLite database. I want to know what is the best method to save it. For example, save the whole JSON file in the database or save each command as a row?
The text was updated successfully, but these errors were encountered:
Hi, I am working on an app that uses delta as the rich text format.
I need to save the rich text in my SQLite database. I want to know what is the best method to save it. For example, save the whole JSON file in the database or save each command as a row?
The text was updated successfully, but these errors were encountered: