What data type should I use to store XML natively in the database?

Hi, I could not find a XML data type. Which data type can I use to store XML natively? I need to be able to parse and run XQuery on XML content.

https://mariadb.com/kb/en/mariadb/data-types/

Answer Answered by Paul Weiss in this comment.

You might take a look at LOAD XML and CONNECT XML Table Type and see if either of those might work for you.

Comments

Comments loading...
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.