logoalt Hacker News

lolakuttytoday at 2:37 PM1 replyview on HN

What is wrong with using IndexedDB?


Replies

bashtiantoday at 3:13 PM

For saving data in the capsule file it would create complexity regarding migration handling when updating the HTML file to add a field to a form for example. Keeping the data schemaless makes it also easier for merging data or importing data from a CSV.

show 1 reply