Hi all,
As a means of improving the usability of the designer, I'm trying to implement a method to use "designer", without explicitly configuring all the designer related tables, as my next task. For this I'm using the browser local storage technology. After going through all available client side storage mechanisms, I came across with two possible mechanisms.
- Web Sql database - Indexed database
Although the "Web Sql" provides "SQL" functionalities, I's deprecated now. The Index database would be a ideal solution as it combines the strengths of web storage and web sql. And also, the browser support is good.
So for this task I'll be using the indexed DB.
I'd like to get any feedback on this.
Thanks, Bimal.
Le 2014-06-29 15:04, Bimal Yashodha a écrit :
Hi all,
As a means of improving the usability of the designer, I'm trying to implement a method to use "designer", without explicitly configuring all the designer related tables, as my next task. For this I'm using the browser local storage technology. After going through all available client side storage mechanisms, I came across with two possible mechanisms.
- Web Sql database
- Indexed database
Although the "Web Sql" provides "SQL" functionalities, I's deprecated now. The Index database would be a ideal solution as it combines the strengths of web storage and web sql. And also, the browser support is good.
So for this task I'll be using the indexed DB.
I'd like to get any feedback on this.
Thanks, Bimal.
Hi Bimal, could you give examples of browser support for "Indexed database" ?
On Mon, Jun 30, 2014 at 9:08 PM, Marc Delisle marc@infomarc.info wrote:
Le 2014-06-29 15:04, Bimal Yashodha a écrit :
Hi all,
As a means of improving the usability of the designer, I'm trying to implement a method to use "designer", without explicitly configuring all the designer related tables, as my next task. For this I'm using the browser local storage technology. After going through all available client side storage mechanisms, I came across with two possible
mechanisms.
- Web Sql database
- Indexed database
Although the "Web Sql" provides "SQL" functionalities, I's deprecated now. The Index database would be a ideal solution as it combines the strengths of web storage and web sql. And also, the browser support is
good.
So for this task I'll be using the indexed DB.
I'd like to get any feedback on this.
Thanks, Bimal.
Hi Bimal, could you give examples of browser support for "Indexed database" ?
HI Marc,
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. This http://caniuse.com/indexeddbis a list I found describing the browser support.
-- Marc Delisle | phpMyAdmin
Open source business process management suite built on Java and Eclipse Turn processes into business applications with Bonita BPM Community Edition Quickly connect people, data, and systems into organized workflows Winner of BOSSIE, CODIE, OW2 and Gartner awards http://p.sf.net/sfu/Bonitasoft _______________________________________________ Phpmyadmin-devel mailing list Phpmyadmin-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
On Mon, Jun 30, 2014 at 12:34 AM, Bimal Yashodha kb.yashodha@gmail.com wrote:
Hi all,
As a means of improving the usability of the designer, I'm trying to implement a method to use "designer", without explicitly configuring all the designer related tables, as my next task. For this I'm using the browser local storage technology. After going through all available client side storage mechanisms, I came across with two possible mechanisms.
- Web Sql database
- Indexed database
Although the "Web Sql" provides "SQL" functionalities, I's deprecated now. The Index database would be a ideal solution as it combines the strengths of web storage and web sql. And also, the browser support is good.
So for this task I'll be using the indexed DB.
I'd like to get any feedback on this.
Thanks, Bimal.
Hi,
Comparing the two technologies Indexed database seems to the way forward. I am in favor of using it to implement the functionality.
On Tue, Jul 1, 2014 at 12:11 PM, Madhura Jayaratne madhura.cj@gmail.com wrote:
On Mon, Jun 30, 2014 at 12:34 AM, Bimal Yashodha kb.yashodha@gmail.com wrote:
Hi all,
As a means of improving the usability of the designer, I'm trying to implement a method to use "designer", without explicitly configuring all the designer related tables, as my next task. For this I'm using the browser local storage technology. After going through all available client side storage mechanisms, I came across with two possible mechanisms.
- Web Sql database
- Indexed database
Although the "Web Sql" provides "SQL" functionalities, I's deprecated now. The Index database would be a ideal solution as it combines the strengths of web storage and web sql. And also, the browser support is good.
So for this task I'll be using the indexed DB.
I'd like to get any feedback on this.
Thanks, Bimal.
Hi,
Comparing the two technologies Indexed database seems to the way forward. I am in favor of using it to implement the functionality.
Hi,
Ok, I'll go ahead with indexed DB.
My plan is to check whether the "pmd" tables are initialized, when the phpmyadmin is loaded. If those are not available, then create the tables and do all designer related stuff with those tables.
-- Thanks and Regards,
Madhura Jayaratne
Open source business process management suite built on Java and Eclipse Turn processes into business applications with Bonita BPM Community Edition Quickly connect people, data, and systems into organized workflows Winner of BOSSIE, CODIE, OW2 and Gartner awards http://p.sf.net/sfu/Bonitasoft _______________________________________________ Phpmyadmin-devel mailing list Phpmyadmin-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel