This website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognising you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful.
HTML5 localStorage provider
As HTML5 localStorage is supported in all mainstream browsers, you can use this storage technology to deliver your cross-platform data-management application.
Visit the Todo list example page to try an application, which can persist data to WebSQL, IndexedDB and HTML5 localStorage with less than 10 lines of JayData code. The source of the example site is hosted at Github.