It looks like you're new here. If you want to get involved, click one of these buttons!
I would like to store JSON objects in a MySQL database. I don't want to store the whole JSON data in a text or a blob column. Can JDX help in that?
Copyright © 2024 Software Tree, LLC. All rights reserved.
Comments
Yes, JDX ORM for Java supports persistence of JSON objects in relational databases. The JSON object attributes can be mapped to separate individual columns. JSON objects can even have one-to-one, one-to-many, and many-to-many relationships. Here are some code snippets for support of JSON persistence in JDX.