From f0c8ab0032877eb169b24848278bc86cfebb7d84 Mon Sep 17 00:00:00 2001 From: Louis Chatriot Date: Mon, 9 Nov 2015 17:03:48 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d2cd591..fb3c4a9 100644 --- a/README.md +++ b/README.md @@ -591,7 +591,7 @@ The browser version and its minified counterpart are in the `browser-version/out ``` -If you specify a `filename`, the database will be persistent, and automatically select the best storage method available (IndexedDB, WebSQL or localStorage) depending on the browser. **WARNING**: the storage system changed between v1.3 and v1.4 and is NOT back-compatible! Do not upgrade before a back-compatible version is out. +If you specify a `filename`, the database will be persistent, and automatically select the best storage method available (IndexedDB, WebSQL or localStorage) depending on the browser. In most cases that means a lot of data can be stored, typically in hundreds of MB. **WARNING**: the storage system changed between v1.3 and v1.4 and is NOT back-compatible! Your application needs to resync client-side when you upgrade NeDB. NeDB is compatible with all major browsers: Chrome, Safari, Firefox, IE9+. Tests are in the `browser-version/test` directory (files `index.html` and `testPersistence.html`).