DEV Community

Discussion on: How do you store large forms in database?

Collapse
 
rhymes profile image
rhymes

What format is the data in? What database do you have available?

Collapse
 
lewisyuburi profile image
Lew Yuburi

SQL database, PostgreSQL

Collapse
 
rhymes profile image
rhymes

Cool, how is the data structured? You might get away by serializing it in JSON on a jsonb column and then load it again.