I'm developing a macro tool and I have updated it from basic text default input boxes to a Quill text editor, where it has options to format the text, i.e making bold, italic, or bullet points etc, as well as enter images and code. I am using SQLite DB and how I can go about making the database accept this formatting as well as what configurations to my methods to accept and load from the database in the same formatting? Any advice you can recommend would be greatly appreciated.