<div dir="ltr">Hi all,<div><br></div><div>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. </div>
<div><ul><li>Web Sql database<br></li><li>Indexed database</li></ul><div>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.</div>
</div><div><br></div><div>So for this task I'll be using the indexed DB. </div><div><br></div><div>I'd like to get any feedback on this.</div><div><br></div><div>Thanks,</div><div>Bimal.</div><div><br></div><div><br>
</div></div>