# https://stackoverflow.com/questions/53846018/how-to-store-rich-text-in-database Stack Overflow How to store rich-text in database I want to store data that is being edited with Draft.js and React (in the UI) into a MySQL database. I am not sure in which format should I store my data, so that I can fetch the data from databas...