longevityframework / longevity

A Persistence Framework for Scala and NoSQL
http://longevityframework.org
Other
102 stars 6 forks source link

Support "No JSON" format for JDBC back ends #47

Open sullivan- opened 7 years ago

sullivan- commented 7 years ago

All fields will have to be realized. JSON removed. We probably want to support both this and the JSON format, e.g., as separate back ends. Your going to need to use auxiliary tables to represent sets and lists. This is a prerequisite for operations like updateByKeyVal in JDBC.