typicaljoe / taffydb

TaffyDB - an open source JavaScript Database for your browser
http://taffydb.com
MIT License
2.21k stars 285 forks source link

Browser compatibility and max size #99

Open julkue opened 9 years ago

julkue commented 9 years ago

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?

taybin commented 9 years ago

What is this implemented on top of? Just localstorage?

maheshsetti commented 9 years ago

I am planning to use in node-webkit so is there any localstorage limits?

voicon commented 7 years ago

localstorage has it limitation, around 1.5 - 2 MB. If user open another website which also using localstorage, it might cause some unexpected issues.