<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Jun 30, 2014 at 9:08 PM, Marc Delisle <span dir="ltr"><<a href="mailto:marc@infomarc.info" target="_blank">marc@infomarc.info</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Le 2014-06-29 15:04, Bimal Yashodha a écrit :<br>
<div class="">> Hi all,<br>
><br>
> As a means of improving the usability of the designer, I'm trying to<br>
> implement a method to use "designer", without explicitly configuring all<br>
> the designer related tables, as my next task. For this I'm using the<br>
> browser local storage technology. After going through all available<br>
> client side storage mechanisms, I came across with two possible mechanisms.<br>
><br>
</div>>   * Web Sql database<br>
>   * Indexed database<br>
<div class="">><br>
> Although the "Web Sql" provides "SQL" functionalities, I's deprecated<br>
> now. The Index database would be a ideal solution as it combines the<br>
> strengths of web storage and web sql. And also, the browser support is good.<br>
><br>
> So for this task I'll be using the indexed DB.<br>
><br>
> I'd like to get any feedback on this.<br>
><br>
> Thanks,<br>
> Bimal.<br>
<br>
</div>Hi Bimal,<br>
could you give examples of browser support for "Indexed database" ?<br><br></blockquote><div><br></div><div>HI Marc,</div><div><br></div><div>As the "Web Sql" was officially announced deprecated in 2010 by W3C, indexedDB is the recommended replacement. As at now it supports all the major browsers like chrome, safari, firefox and opera. <a href="http://caniuse.com/indexeddb">This </a>is a list I found describing the browser support. </div>
<div> </div><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
--<br>
Marc Delisle | phpMyAdmin<br>
<br>
------------------------------------------------------------------------------<br>
Open source business process management suite built on Java and Eclipse<br>
Turn processes into business applications with Bonita BPM Community Edition<br>
Quickly connect people, data, and systems into organized workflows<br>
Winner of BOSSIE, CODIE, OW2 and Gartner awards<br>
<a href="http://p.sf.net/sfu/Bonitasoft" target="_blank">http://p.sf.net/sfu/Bonitasoft</a><br>
_______________________________________________<br>
Phpmyadmin-devel mailing list<br>
<a href="mailto:Phpmyadmin-devel@lists.sourceforge.net">Phpmyadmin-devel@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel</a><br>
</blockquote></div><br></div></div>