How can we help you?

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Does JDX ORM support persisting JSON objects in a relational database?

APCAPC
edited June 2019 in JDX for Java

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?

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.

Sign In or Register to comment.