Open julkue opened 9 years ago
What is this implemented on top of? Just localstorage?
I am planning to use in node-webkit so is there any localstorage limits?
localstorage has it limitation, around 1.5 - 2 MB. If user open another website which also using localstorage, it might cause some unexpected issues.
For me, those two points are important when using client-side databases. Unfortunately this informations are nowhere. What is the browser requirement? What is the maximum size of a database or restrictions genereally?