I want to build a service that can store dynamic fields. For example, a registered user can create, read, update and delete generic form fields dynamically in a specific area of the application and persist the dynamic form in a database. These generic form fields would store what ever information the user requires. What is the best way to approach such a problem? (This is a database design question)
Share
Why not consider a No SQL document store like MongoDB, CouchDB, Riak, etc.?